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-Url: http://git.maquefel.me/?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 ae47cde7952f6..c66d617e4245b 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"; };