mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 06:19:56 +00:00
Merge "fix(plat/arm_fpga): increase initrd size" into integration
This commit is contained in:
commit
57dde21207
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
bootargs = "console=ttyAMA0,38400n8 earlycon";
|
bootargs = "console=ttyAMA0,38400n8 earlycon";
|
||||||
/* Allow to upload a generous 100MB initrd payload. */
|
/* Allow to upload a generous 100MB initrd payload. */
|
||||||
linux,initrd-start = <0x0 0x84000000>;
|
linux,initrd-start = <0x0 0x84000000>;
|
||||||
linux,initrd-end = <0x0 0x85400000>;
|
linux,initrd-end = <0x0 0x8a400000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* /cpus node will be added by BL31 at runtime. */
|
/* /cpus node will be added by BL31 at runtime. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue