diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-12-10 17:31:19 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-12-11 15:37:44 +1000 |
| commit | 4ff5915badf2526671a8d09b5562e874fcc85cbb (patch) | |
| tree | 968d59b1cc22f8aca5842df34a30d7ad3167af10 /conf/machine/boards/qemu | |
| parent | 09b5d05924c95d027660f5bedad5fe3629dcf2e1 (diff) | |
| download | meta-xilinx-4ff5915badf2526671a8d09b5562e874fcc85cbb.tar.gz | |
boards/qemumicroblaze: Added ramdisk boot args to device tree
The MicroBlaze kernel uses device tree boot args before it attempts to
use the arguments provided by the bootloader (e,g, u-boot/qemu).
This change expects that the qemumicroblaze machine is always loaded
with a initrd.
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/boards/qemu')
| -rw-r--r-- | conf/machine/boards/qemu/qemumicroblaze.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/boards/qemu/qemumicroblaze.dts b/conf/machine/boards/qemu/qemumicroblaze.dts index 4a6e5a6c..9ec05843 100644 --- a/conf/machine/boards/qemu/qemumicroblaze.dts +++ b/conf/machine/boards/qemu/qemumicroblaze.dts | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | serial0 = &rs232_uart_1; | 13 | serial0 = &rs232_uart_1; |
| 14 | } ; | 14 | } ; |
| 15 | chosen { | 15 | chosen { |
| 16 | bootargs = "console=ttyS0,115200 "; | 16 | bootargs = "console=ttyS0,115200 root=/dev/ram rw"; |
| 17 | linux,stdout-path = "/axi@1/serial@83e00000"; | 17 | linux,stdout-path = "/axi@1/serial@83e00000"; |
| 18 | } ; | 18 | } ; |
| 19 | cpus { | 19 | cpus { |
