mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-17 23:51:02 -04:00
ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco
The rootfs is independent from the board. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
This commit is contained in:
committed by
Alexandre Torgue
parent
5771a8c088
commit
cc41615cc6
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user