X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fimxrt1020-evk.h;h=a2c004880a7e64e911c27693d61eceaa545c6466;hb=bf2c48fa1a6e068f232d84aae43b5dad654a9017;hp=bd5b013fb8a7eaa5cbfc2d0722583d6d5f21a6f5;hpb=49c8ef0e45a91ec894ef15e7d043dafe8f1c5efd;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/imxrt1020-evk.h b/include/configs/imxrt1020-evk.h index bd5b013..a2c0048 100644 --- a/include/configs/imxrt1020-evk.h +++ b/include/configs/imxrt1020-evk.h @@ -9,9 +9,6 @@ #include -#define CONFIG_SYS_INIT_SP_ADDR 0x20240000 - -#define CONFIG_SYS_FSL_ERRATUM_ESDHC135 1 #define ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE 1 #define PHYS_SDRAM 0x80000000 @@ -24,14 +21,7 @@ /* * Configuration of the external SDRAM memory */ -#define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024) -/* For SPL */ -#ifdef CONFIG_SUPPORT_SPL -#define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR -#define CONFIG_SYS_SPL_LEN 0x00008000 #define CONFIG_SYS_UBOOT_START 0x800023FD -#endif -/* For SPL ends */ #endif /* __IMXRT1020_EVK_H */