feat(fvp): give bootargs on all configs

Linux needs bootargs with or without RME. Have them always on.

Change-Id: I4e7f582862ba9a0a96c0d6de10d021eed51740d6
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
This commit is contained in:
Boyan Karatotev 2025-02-13 10:06:32 +00:00
parent c03884e51f
commit a507f4f5f0

View file

@ -29,7 +29,8 @@
chosen {
stdout-path = "serial0:115200n8";
#if (ENABLE_RME == 1)
/* SPM_MM doesn't like this */
#if SPM_MM == 0
bootargs = "console=ttyAMA0 earlycon=pl011,0x1c090000 root=/dev/vda ip=on";
#endif
};