Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 411afd34 authored by Alexandre TORGUE's avatar Alexandre TORGUE Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco



The rootfs is independent from the board.

Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent d3609eea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
	};