diff options
author | Tom Rini | 2022-12-04 10:04:50 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-23 10:14:51 -0500 |
commit | 1d457dbb9151f50176f7548d00ed37e13dc81e00 (patch) | |
tree | 8474cd282db65dc7735f6631effd84dbbc143581 /include/configs/dra7xx_evm.h | |
parent | dd5b58c49129016a02e41d6fda2213888d13c115 (diff) |
global: Migrate CONFIG_MAX_MEM_MAPPED to CFG
Perform a simple rename of CONFIG_MAX_MEM_MAPPED to CFG_MAX_MEM_MAPPED
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r-- | include/configs/dra7xx_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index f8afcc7826e..ef1d5a11260 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -13,7 +13,7 @@ #include <environment/ti/dfu.h> -#define CONFIG_MAX_MEM_MAPPED 0x80000000 +#define CFG_MAX_MEM_MAPPED 0x80000000 #ifndef CONFIG_QSPI_BOOT /* MMC ENV related defines */ |