commit | c6988887ed713a349fecb952b57194f424b0ca9f | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed May 05 13:00:23 2021 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Wed May 05 13:23:01 2021 +0100 |
tree | cd1eb2041b2e20a6cde27480a08aa704d92599cd | |
parent | 707b05c6934b5dbc2c31f513bc4e7f22884b65fb [diff] |
fix(plat/arm_fpga): increase initrd size In the comment in the ARM FPGA DT we promise a generous 100 MB initrd, but actually describe only a size of 20 MB. As initrds are the most common and easy userland option for the boards, let's increase the maximum size to the advertised 100 MB, to avoid unpacking errors when an initrd exceeds the current limit of 20 MB. Change-Id: If08ba3fabdad27b2c2aff93b18c3f664728b4348 Signed-off-by: Andre Przywara <andre.przywara@arm.com>