diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:03:47 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:08:35 -0500 |
| commit | ef2e1745da9151083c197d6077d0a14498eec13b (patch) | |
| tree | 822826ced2fabc4f75531504ae0b16e29a7f8787 /include | |
| parent | 3673a47b55c67359dc883bdf7be372d32ae6dbe6 (diff) | |
global: Migrate CONFIG_ENV_TOTAL_SIZE to CFG
Perform a simple rename of CONFIG_ENV_TOTAL_SIZE to CFG_ENV_TOTAL_SIZE
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/kmcent2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/kmcent2.h b/include/configs/kmcent2.h index 80bff4b8937..a4b6a6e555d 100644 --- a/include/configs/kmcent2.h +++ b/include/configs/kmcent2.h @@ -127,7 +127,7 @@ #define CFG_SYS_NUM_CPC CONFIG_SYS_NUM_DDR_CTLRS /* Environment in parallel NOR-Flash */ -#define CONFIG_ENV_TOTAL_SIZE 0x040000 +#define CFG_ENV_TOTAL_SIZE 0x040000 #define ENV_DEL_ADDR 0xebf00000 /*direct for newenv*/ /* |
