commit | f3c2f9921c3d647e368d0716428d9856d3646cfd | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Jun 25 19:29:46 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 07 14:01:09 2022 -0400 |
tree | bb66c9a10c18650315c7bf140ee85eab6d64ddc7 | |
parent | 5f4f84e3755de2f96d9935fbd7e566e467a8bd20 [diff] |
Convert CONFIG_SYS_BOOTM_LEN to Kconfig This converts the following to Kconfig: CONFIG_SYS_BOOTM_LEN As part of this, rework error handling in boot/bootm.c so that we pass the buffer size to handle_decomp_error as CONFIG_SYS_BOOTM_LEN will not be available to host tools but we do know the size that we passed to malloc(). Cc: Soeren Moch <smoch@web.de> Signed-off-by: Tom Rini <trini@konsulko.com>