From: Alexandre TORGUE Date: Mon, 17 Jul 2017 08:36:00 +0000 (+0200) Subject: ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cc41615cc6dda63cb65a9be49273d5b68c8e1443;p=linux.git ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco The rootfs is independent from the board. Signed-off-by: Alexandre TORGUE --- diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts index 75470c34b92cb..6ae1f037f3f0e 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"; };