
23 Dec
2022
23 Dec
'22
5:15 a.m.
On 11/1/22 20:20, Francis Laniel wrote:
This commit set CONFIG_HUSH_PARSER_2021 as the default to trigger the CI with this parser.
Nonetheless, Some boards are not compatible with new 2021 hush parser:
- rcar3_ulcb: When built with CONFIG_HUSH_PARSER_2021, the u-boot.img file size exceeds the 1MB file limit of 890 bytes: aarch64: + rcar3_ulcb +u-boot.img exceeds file size limit:
Some complementary work is then needed to use CONFIG_HUSH_PARSER_2021 for this board.
- limit: 0x100000 bytes
- actual: 0x10037a bytes
- excess: 0x37a bytes
Maybe this patch helps with ULCB ?
https://patchwork.ozlabs.org/project/uboot/patch/20221222211315.142860-1-mar...