ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval
The rootfs is independent from the board. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
This commit is contained in:
parent
cc41615cc6
commit
d3609eea6e
|
@ -55,7 +55,7 @@
|
|||
compatible = "st,stm32429i-eval", "st,stm32f429";
|
||||
|
||||
chosen {
|
||||
bootargs = "root=/dev/ram rdinit=/linuxrc";
|
||||
bootargs = "root=/dev/ram";
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue