global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
[platform/kernel/u-boot.git] / include / configs / imx8ulp_evk.h
index 55b1795..592df27 100644 (file)
@@ -9,18 +9,11 @@
 #include <linux/sizes.h>
 #include <asm/arch/imx-regs.h>
 
-#define CONFIG_SYS_BOOTM_LEN           (SZ_64M)
-#define CONFIG_SYS_MONITOR_LEN         (512 * 1024)
 #define CONFIG_SYS_UBOOT_BASE  (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
 
 #ifdef CONFIG_SPL_BUILD
-#define CONFIG_SPL_BSS_START_ADDR      0x22048000
-#define CONFIG_SYS_SPL_MALLOC_START    0x22040000
-#define CONFIG_SYS_SPL_MALLOC_SIZE     0x8000  /* 32 KB */
-
 #define CONFIG_MALLOC_F_ADDR           0x22040000
 
-#define CONFIG_SPL_ABORT_ON_RAW_IMAGE /* For RAW image gives a error info not panic */
 
 #endif
 
@@ -61,7 +54,7 @@
 #define CONFIG_SYS_INIT_RAM_SIZE       0x80000
 
 
-#define CONFIG_SYS_SDRAM_BASE          0x80000000
+#define CFG_SYS_SDRAM_BASE             0x80000000
 #define PHYS_SDRAM                     0x80000000
 #define PHYS_SDRAM_SIZE                        0x80000000 /* 2GB DDR */