From 4ff5915badf2526671a8d09b5562e874fcc85cbb Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 10 Dec 2013 17:31:19 +1000 Subject: 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 --- conf/machine/boards/qemu/qemumicroblaze.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/boards/qemu') 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 @@ serial0 = &rs232_uart_1; } ; chosen { - bootargs = "console=ttyS0,115200 "; + bootargs = "console=ttyS0,115200 root=/dev/ram rw"; linux,stdout-path = "/axi@1/serial@83e00000"; } ; cpus { -- cgit v1.2.3-54-g00ecf