Merge branch '2019-11-20-env-migration'
[platform/kernel/u-boot.git] / include / configs / mx23_olinuxino.h
index abebda4..1f55e92 100644 (file)
@@ -11,7 +11,6 @@
 /* U-Boot Commands */
 
 /* Memory configuration */
-#define CONFIG_NR_DRAM_BANKS           1               /* 1 bank of DRAM */
 #define PHYS_SDRAM_1                   0x40000000      /* Base address */
 #define PHYS_SDRAM_1_SIZE              0x08000000      /* Max 128 MB RAM */
 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1
@@ -21,8 +20,6 @@
 
 /* Environment is in MMC */
 #if defined(CONFIG_CMD_MMC) && defined(CONFIG_ENV_IS_IN_MMC)
-#define CONFIG_ENV_OFFSET      (256 * 1024)
-#define CONFIG_ENV_SIZE                (16 * 1024)
 #define CONFIG_SYS_MMC_ENV_DEV 0
 #endif