commit | a7391e451feef760d75e899224dd14cb623a24f6 | [log] [tgz] |
---|---|---|
author | Mark Dykes <mark.dykes@arm.com> | Fri May 07 17:03:01 2021 +0200 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Fri May 07 17:03:01 2021 +0200 |
tree | 6ad1d761b125b6f948af20e12eb5f0d4e44f3d0f | |
parent | 9aaa94a8d37b277fc048b8f526da52ea3a99374c [diff] | |
parent | c6988887ed713a349fecb952b57194f424b0ca9f [diff] |
Merge "fix(plat/arm_fpga): increase initrd size" into integration
diff --git a/fdts/arm_fpga.dts b/fdts/arm_fpga.dts index 6a966fd..b7b4f0e 100644 --- a/fdts/arm_fpga.dts +++ b/fdts/arm_fpga.dts
@@ -28,7 +28,7 @@ bootargs = "console=ttyAMA0,38400n8 earlycon"; /* Allow to upload a generous 100MB initrd payload. */ linux,initrd-start = <0x0 0x84000000>; - linux,initrd-end = <0x0 0x85400000>; + linux,initrd-end = <0x0 0x8a400000>; }; /* /cpus node will be added by BL31 at runtime. */