global: Migrate CONFIG_MALLOC_F_ADDR to CFG
Perform a simple rename of CONFIG_MALLOC_F_ADDR to CFG_MALLOC_F_ADDR Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -78,7 +78,7 @@ __weak void board_init_f_init_stack_protection(void)
|
||||
ulong board_init_f_alloc_reserve(ulong top)
|
||||
{
|
||||
/* Reserve early malloc arena */
|
||||
#ifndef CONFIG_MALLOC_F_ADDR
|
||||
#ifndef CFG_MALLOC_F_ADDR
|
||||
#if CONFIG_VAL(SYS_MALLOC_F_LEN)
|
||||
top -= CONFIG_VAL(SYS_MALLOC_F_LEN);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user