mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 11:04:20 +00:00
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:
parent
c03884e51f
commit
a507f4f5f0
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
stdout-path = "serial0:115200n8";
|
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";
|
bootargs = "console=ttyAMA0 earlycon=pl011,0x1c090000 root=/dev/vda ip=on";
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue