[PATCH 1/3] ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco
Alexandre TORGUE
alexandre.torgue at st.com
Mon Jul 17 01:36:03 PDT 2017
The rootfs is independent from the board.
Signed-off-by: Alexandre TORGUE <alexandre.torgue at st.com>
diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts
index 75470c3..6ae1f03 100644
--- a/arch/arm/boot/dts/stm32f469-disco.dts
+++ b/arch/arm/boot/dts/stm32f469-disco.dts
@@ -53,7 +53,7 @@
compatible = "st,stm32f469i-disco", "st,stm32f469";
chosen {
- bootargs = "root=/dev/ram rdinit=/linuxrc";
+ bootargs = "root=/dev/ram";
stdout-path = "serial0:115200n8";
};
--
1.9.1
More information about the linux-arm-kernel
mailing list