Merge "feat(fvp): give bootargs on all configs" into integration

This commit is contained in:
Manish V Badarkhe 2025-04-01 14:19:23 +02:00 committed by TrustedFirmware Code Review
commit e87e13c15b

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
};