Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
[platform/kernel/u-boot.git] / include / configs / xilinx_zynqmp_r5.h
index 05105e5..155d7fe 100644 (file)
@@ -16,8 +16,6 @@
 #define CONFIG_SYS_BAUDRATE_TABLE  \
        {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400}
 
-# define CONFIG_ENV_SIZE       (128 << 10)
-
 /* Allow to overwrite serial and ethaddr */
 #define CONFIG_ENV_OVERWRITE
 
@@ -26,8 +24,6 @@
 
 #define CONFIG_SYS_MAXARGS             32 /* max number of command args */
 
-#define CONFIG_NR_DRAM_BANKS           1
-
 #define CONFIG_SYS_MALLOC_LEN          0x1400000
 
 #define CONFIG_SYS_INIT_RAM_ADDR       0xFFFF0000
@@ -39,8 +35,6 @@
 /* Extend size of kernel image for uncompression */
 #define CONFIG_SYS_BOOTM_LEN   (60 * 1024 * 1024)
 
-#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE
-
 #define CONFIG_SKIP_LOWLEVEL_INIT
 
 /* 0x0 - 0x40 is used for placing exception vectors */