Merge https://source.denx.de/u-boot/custodians/u-boot-usb
[platform/kernel/u-boot.git] / include / configs / imx8mp_dhcom_pdk2.h
index 79db625..4b4731c 100644 (file)
@@ -10,8 +10,6 @@
 #include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
-#define CONFIG_SYS_BOOTM_LEN           SZ_128M
-
 #define CONFIG_SYS_MONITOR_LEN         SZ_1M
 
 /* Link Definitions */
@@ -32,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"                                                 \
@@ -85,5 +81,3 @@
 #include <config_distro_bootcmd.h>
 
 #endif
-
-#endif