commit | 7f5419a64760e279556c548ec29cf48b8614c2f6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 29 11:57:40 2021 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Dec 31 06:45:01 2021 +0100 |
tree | 6d8decfa92b8b39fcda4317670e8d8bf25115187 | |
parent | 440c6645aa501e9dfe96fa314c1db78cbb42f453 [diff] |
x86: efi: Add room for the binman definition in the dtb At present only 4KB of spare space is left in the DTB when building the EFI app. Increase this to 32KB so there is plenty of space to insert the binman definition. This cannot be expanded later (as with OF_SEPARATE) because the ELF image has already been built. Signed-off-by: Simon Glass <sjg@chromium.org> Reviwed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>