Convert CONFIG_SYS_BOOTM_LEN to Kconfig
[platform/kernel/u-boot.git] / include / configs / imx8mp_dhcom_pdk2.h
index 33b101d..4b4731c 100644 (file)
 #include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
-#define CONFIG_SYS_BOOTM_LEN           SZ_128M
-
 #define CONFIG_SYS_MONITOR_LEN         SZ_1M
 
-#ifdef CONFIG_SPL_BUILD
-#define CONFIG_SYS_SPL_MALLOC_START    0x4c000000
-#define CONFIG_SYS_SPL_MALLOC_SIZE     SZ_512K /* 512 kiB */
-
-/* For RAW image gives a error info not panic */
-#define CONFIG_SPL_ABORT_ON_RAW_IMAGE
-
-#endif
-
 /* Link Definitions */
 #define CONFIG_SYS_INIT_RAM_ADDR       0x40000000
 #define CONFIG_SYS_INIT_RAM_SIZE       0x200000
@@ -41,8 +30,6 @@
 #define CONFIG_SYS_FSL_USDHC_NUM       2
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
 
-#if !defined(CONFIG_SPL_BUILD)
-
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        "altbootcmd=run bootcmd ; reset\0"                              \
        "bootlimit=3\0"                                                 \
@@ -94,5 +81,3 @@
 #include <config_distro_bootcmd.h>
 
 #endif
-
-#endif