ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco

The rootfs is independent from the board.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
This commit is contained in:
Alexandre TORGUE 2017-07-17 10:36:00 +02:00 committed by Alexandre Torgue
parent d3609eea6e
commit 411afd34f3
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ / {
compatible = "st,stm32f429i-disco", "st,stm32f429"; compatible = "st,stm32f429i-disco", "st,stm32f429";
chosen { chosen {
bootargs = "root=/dev/ram rdinit=/linuxrc"; bootargs = "root=/dev/ram";
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };