Merge tag 'xilinx-for-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / include / configs / edminiv2.h
index 89aa11c..60dfee8 100644 (file)
@@ -15,7 +15,6 @@
  * SPL
  */
 
-#define CONFIG_SPL_TEXT_BASE           0xffff0000
 #define CONFIG_SPL_MAX_SIZE            0x0000fff0
 #define CONFIG_SPL_STACK               0x00020000
 #define CONFIG_SPL_BSS_START_ADDR      0x00020000
@@ -29,7 +28,6 @@
  * High Level Configuration Options (easy to change)
  */
 
-#define CONFIG_MARVELL         1
 #define CONFIG_FEROCEON                1       /* CPU Core subversion */
 #define CONFIG_88F5182         1       /* SOC Name */
 
 /*
  *  Environment variables configurations
  */
-#define CONFIG_ENV_SECT_SIZE           0x2000  /* 16K */
-#define CONFIG_ENV_SIZE                        0x2000
-#define CONFIG_ENV_OFFSET              0x4000  /* env starts here */
 
 /*
  * Size of malloc() pool
 /*
  * Other required minimal configurations
  */
-#define CONFIG_ARCH_CPU_INIT           /* call arch_cpu_init() */
 
 #define CONFIG_SYS_LOAD_ADDR           0x00800000
 #define CONFIG_SYS_MEMTEST_START       0x00400000