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 | cc41615cc6dda63cb65a9be49273d5b68c8e1443 (patch) | |
tree | bd413d1e795c20eafa1bf2b141f1ce41b1a8c5b5 /arch/arm/boot/dts/stm32f469-disco.dts | |
parent | Linux v4.13-rc1 (diff) | |
download | linux-cc41615cc6dda63cb65a9be49273d5b68c8e1443.tar.xz linux-cc41615cc6dda63cb65a9be49273d5b68c8e1443.zip |
ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco
The rootfs is independent from the board.
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32f469-disco.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32f469-disco.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts index 75470c34b92c..6ae1f037f3f0 100644 --- a/arch/arm/boot/dts/stm32f469-disco.dts +++ b/arch/arm/boot/dts/stm32f469-disco.dts @@ -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"; }; |