commit | e7d67a4d71ee5e1bab66640f7205c775f18164d4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri May 20 12:36:05 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:12 2022 -0400 |
tree | 788303c6b18e3befb409f4ea648b8510931afa81 | |
parent | 0cb89e7cbd1e53b0350451e596c10433e4c90dfd [diff] |
Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig This converts the following to Kconfig: CONFIG_SPL_SYS_MALLOC_SIMPLE The problem here is that a few platforms have been doing: #ifdef CONFIG_SPL_BUILD #define CONFIG_SYS_MALLOC_SIMPLE #endif instead of defining CONFIG_SPL_SYS_MALLOC_SIMPLE directly. Correct this and update the documentation in a few places to match usage. Signed-off-by: Tom Rini <trini@konsulko.com>