commit | 9178b8257119442d9de1177ed725e8a396908e4a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri May 27 12:48:32 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 13:31:55 2022 -0400 |
tree | 58accaec73ce4f21c6fa201b9daa3d04c07413d6 | |
parent | 2c2545d48facf794773573ae0da8d0fca5dcd0e3 [diff] |
Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig This converts the following to Kconfig: CONFIG_SYS_SPL_MALLOC_SIZE CONFIG_SYS_SPL_MALLOC_START We introduce a default value here as well, and CONFIG_SYS_SPL_MALLOC to control if we have a malloc pool or not. Signed-off-by: Tom Rini <trini@konsulko.com>