commit | 0cb89e7cbd1e53b0350451e596c10433e4c90dfd | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 19 15:09:22 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:10 2022 -0400 |
tree | 9f3fc638f4e7a06729799b4fc4cf29bd3618baa1 | |
parent | abb0f522e1fb1900030ab63f2dbddb1678c584ec [diff] |
Convert CONFIG_SPL_BSS_MAX_SIZE et al to Kconfig This converts the following to Kconfig: CONFIG_SPL_BSS_MAX_SIZE CONFIG_SPL_MAX_FOOTPRINT Note that the da850evm platforms were violating the "only use one" rule here, and so now hard-code their BSS limit. Signed-off-by: Tom Rini <trini@konsulko.com>