From: Alexandre TORGUE Date: Mon, 17 Jul 2017 08:36:00 +0000 (+0200) Subject: ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco X-Git-Tag: rel_imx_4.19.35_1.1.0~11730^2~33^2~9 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=411afd34f338078cb68a1ed21764e66d886f56eb;p=linux.git ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco The rootfs is independent from the board. Signed-off-by: Alexandre TORGUE --- 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"; };