From d3609eea6e463c06f31dec74ca4a775673ca1601 Mon Sep 17 00:00:00 2001 From: Alexandre TORGUE Date: Mon, 17 Jul 2017 10:36:00 +0200 Subject: [PATCH] ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval The rootfs is independent from the board. Signed-off-by: Alexandre TORGUE --- arch/arm/boot/dts/stm32429i-eval.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; -- 2.45.2