Tom Rini 66bda092cf 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>
2022-06-06 12:09:12 -04:00
..
2022-04-25 10:00:04 -04:00
2022-04-25 10:00:04 -04:00
2022-04-04 10:48:44 -04:00
2022-04-25 16:04:05 -04:00
2022-01-19 16:18:09 +01:00
2022-03-02 10:28:12 -05:00