diff options
Diffstat (limited to 'include/configs/total_compute.h')
-rw-r--r-- | include/configs/total_compute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/total_compute.h b/include/configs/total_compute.h index 0f28690612a..e007be8e456 100644 --- a/include/configs/total_compute.h +++ b/include/configs/total_compute.h @@ -28,7 +28,7 @@ #define PHYS_SDRAM_2 0x8080000000 #define PHYS_SDRAM_2_SIZE 0x180000000 -#define CONFIG_EXTRA_ENV_SETTINGS \ +#define CFG_EXTRA_ENV_SETTINGS \ "bootm_size=0x20000000\0" \ "load_addr=0xa0000000\0" \ "kernel_addr_r=0x80080000\0" \ |