commit | c9e6c13deb65acdb0faf72d0367d22ef0e15dbf5 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Tue Oct 01 10:33:43 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 04 12:21:23 2019 -0400 |
tree | e2a3864b036cf01927db75a9bfb4b7db773592ef | |
parent | ea4316cdb340ce1c05db5d6a869d1840dad68508 [diff] |
arm: K3: Increase default SYSFW image size allocation The memory allocated to store the FIT image containing SYSFW and board configuration data is statically defined to the largest size expected. This was 269000 bytes but now needs to be grown to 276000 to make room for the signatures attached to the board configuration data on High Security devices. Signed-off-by: Andrew F. Davis <afd@ti.com>