ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco
authorAlexandre TORGUE <alexandre.torgue@st.com>
Mon, 17 Jul 2017 08:36:00 +0000 (10:36 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Wed, 26 Jul 2017 14:16:20 +0000 (16:16 +0200)
The rootfs is independent from the board.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32f469-disco.dts

index 75470c34b92cb36c5f1f6eb61c3c0f31e94a84bf..6ae1f037f3f0e5065eb80a6159a8bfb1d5eb3ba1 100644 (file)
@@ -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";
        };