diff options
Diffstat (limited to 'include/configs/mt8518.h')
-rw-r--r-- | include/configs/mt8518.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/mt8518.h b/include/configs/mt8518.h index 8ca8d25148..6d4704644e 100644 --- a/include/configs/mt8518.h +++ b/include/configs/mt8518.h @@ -18,12 +18,7 @@ #define CONFIG_SYS_SDRAM_BASE 0x40000000 #define CONFIG_SYS_SDRAM_SIZE 0x20000000 -#define CONFIG_SYS_BOOTM_LEN SZ_64M - /* Uboot definition */ -#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + \ - SZ_2M - \ - GENERATED_GBL_DATA_SIZE) #define ENV_BOOT_READ_IMAGE \ "boot_rd_img=mmc dev 0" \ |