imx8mm_evk: Increase CONFIG_SYS_BOOTM_LEN to 64MB
[platform/kernel/u-boot.git] / include / configs / presidio_asic.h
index 646a496..8d689d9 100644 (file)
@@ -26,9 +26,6 @@
 #define GICD_BASE                      0xf7011000
 #define GICC_BASE                      0xf7012000
 
-/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (8 << 20))
-
 #define CONFIG_SYS_TIMER_BASE          0xf4321000
 
 /* Use external clock source */
@@ -47,7 +44,6 @@
 #define CONFIG_BOOTP_BOOTFILESIZE
 
 /* Miscellaneous configurable options */
-#define CONFIG_SYS_LOAD_ADDR           (DDR_BASE + 0x10000000)
 #define CONFIG_LAST_STAGE_INIT
 
 /* SDRAM Bank #1 */
@@ -81,9 +77,7 @@
 
 /* nand driver parameters */
 #ifdef CONFIG_TARGET_PRESIDIO_ASIC
-       #define CONFIG_SYS_NAND_ONFI_DETECTION
        #define CONFIG_SYS_MAX_NAND_DEVICE      1
-       #define CONFIG_SYS_NAND_MAX_CHIPS       1
        #define CONFIG_SYS_NAND_BASE            CONFIG_SYS_FLASH_BASE
        #define CONFIG_SYS_NAND_BASE_LIST       { CONFIG_SYS_NAND_BASE }
 #endif