diff options
author | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-07-17 10:36:00 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2017-07-26 16:16:20 +0200 |
commit | 411afd34f338078cb68a1ed21764e66d886f56eb (patch) | |
tree | 7b883e6c08aedb1b8a1c449ffc5a5e1bde56ec5e /arch/arm/boot/dts/stm32f429-disco.dts | |
parent | d3609eea6e463c06f31dec74ca4a775673ca1601 (diff) | |
download | lwn-411afd34f338078cb68a1ed21764e66d886f56eb.tar.gz lwn-411afd34f338078cb68a1ed21764e66d886f56eb.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/stm32f429-disco.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32f429-disco.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts index ae47cde7952f..c66d617e4245 100644 --- a/arch/arm/boot/dts/stm32f429-disco.dts +++ b/arch/arm/boot/dts/stm32f429-disco.dts @@ -54,7 +54,7 @@ compatible = "st,stm32f429i-disco", "st,stm32f429"; chosen { - bootargs = "root=/dev/ram rdinit=/linuxrc"; + bootargs = "root=/dev/ram"; stdout-path = "serial0:115200n8"; }; |