diff options
Diffstat (limited to 'include/configs/gth2.h')
-rw-r--r-- | include/configs/gth2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/gth2.h b/include/configs/gth2.h index ad8bb59..aaf1e4a 100644 --- a/include/configs/gth2.h +++ b/include/configs/gth2.h @@ -156,8 +156,8 @@ #define CONFIG_ENV_IS_NOWHERE 1 /* Address and size of Primary Environment Sector */ -#define CFG_ENV_ADDR 0xB0030000 -#define CFG_ENV_SIZE 0x10000 +#define CONFIG_ENV_ADDR 0xB0030000 +#define CONFIG_ENV_SIZE 0x10000 #define CONFIG_FLASH_16BIT |