mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-11 07:04:22 +00:00
Merge "feat(fvp): give bootargs on all configs" into integration
This commit is contained in:
commit
e87e13c15b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue