Commit d3609eea authored by Alexandre TORGUE's avatar Alexandre TORGUE Committed by Alexandre Torgue

ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval

The rootfs is independent from the board.
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent cc41615c
...@@ -55,7 +55,7 @@ / { ...@@ -55,7 +55,7 @@ / {
compatible = "st,stm32429i-eval", "st,stm32f429"; compatible = "st,stm32429i-eval", "st,stm32f429";
chosen { chosen {
bootargs = "root=/dev/ram rdinit=/linuxrc"; bootargs = "root=/dev/ram";
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment