include/configs: Remove rootwait=1 to all the affected boards
[platform/kernel/u-boot.git] / include / configs / imx8ulp_evk.h
index 8fe54f6..9870694 100644 (file)
 #define CONFIG_SYS_UBOOT_BASE  (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
 
 #ifdef CONFIG_SPL_BUILD
-#define CONFIG_SPL_STACK               0x22050000
-#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 */