diff options
author | Tom Rini | 2022-12-04 10:04:49 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-23 10:14:51 -0500 |
commit | dd5b58c49129016a02e41d6fda2213888d13c115 (patch) | |
tree | 7c59c8b38184529331d92467416c04f0ece3e544 /include/configs/sandbox.h | |
parent | bd79d3d616dea43b9d6de6f352144709a62a4090 (diff) |
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>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r-- | include/configs/sandbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 8d9af7f088d..4e5653dc886 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -6,7 +6,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MALLOC_F_ADDR 0x0010000 +#define CFG_MALLOC_F_ADDR 0x0010000 /* Size of our emulated memory */ #define SB_CONCAT(x, y) x ## y |