From: Alexandre TORGUE Date: Mon, 17 Jul 2017 08:36:00 +0000 (+0200) Subject: ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval X-Git-Tag: v4.14-rc1~66^2~33^2~10 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=d3609eea6e463c06f31dec74ca4a775673ca1601;p=linux.git ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval The rootfs is independent from the board. Signed-off-by: Alexandre TORGUE --- diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts index dcda0bbefe5b..97b1c2321ba9 100644 --- a/arch/arm/boot/dts/stm32429i-eval.dts +++ b/arch/arm/boot/dts/stm32429i-eval.dts @@ -55,7 +55,7 @@ / { compatible = "st,stm32429i-eval", "st,stm32f429"; chosen { - bootargs = "root=/dev/ram rdinit=/linuxrc"; + bootargs = "root=/dev/ram"; stdout-path = "serial0:115200n8"; };