commit | f2e354b8542527fa19800b81442e30fcfef93e03 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Sun Jul 28 22:24:58 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 06 18:32:45 2024 -0600 |
tree | 32999e52a59b337cba415ac915ed5ccfcd37e457 | |
parent | 656b239c585219eb3b5e15d810ada093d106c9c6 [diff] |
omap3: Define maximum SPL size in Kconfig instead of defconfigs The maximum SPL size was defined to the same value in each OMAP3 board defconfig. Move the common definition to the Kconfig option declaration instead. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com> Tested-by: Derald D. Woods <woods.technical@gmail.com>