Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video...
[platform/kernel/u-boot.git] / include / configs / xea.h
index 6510956..01942ea 100644 (file)
@@ -14,8 +14,6 @@
 
 #include <linux/sizes.h>
 
-#define CONFIG_TIMESTAMP               /* Print image info with timestamp */
-
 /* SPL */
 #define CONFIG_SPL_STACK               0x20000
 
 
 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR  (SZ_512K / 0x200)
 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS (SZ_32K / 0x200)
-#define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR        (SZ_1M / 0x200)
-
-#ifndef CONFIG_SPL_BUILD
-#define CONFIG_SPI_FLASH_MTD
-#endif
 
 /* Memory configuration */
 #define PHYS_SDRAM_1                   0x40000000      /* Base address */
 #define PHYS_SDRAM_1_SIZE              0x10000000      /* Max 256 MB RAM */
 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1
 
-/* Environment */
-#define CONFIG_ENV_OVERWRITE
-
-/* Booting Linux */
-#define CONFIG_BOOTFILE                "uImage"
-#define CONFIG_BOOTARGS                "console=ttyAMA0,115200n8 "
-#define CONFIG_BOOTCOMMAND     "run ${bootpri} ; run ${bootsec}"
-#define CONFIG_LOADADDR                0x42000000
-#define CONFIG_SYS_LOAD_ADDR   CONFIG_LOADADDR
-
 /* Extra Environment */
-#define CONFIG_PREBOOT         "run prebootcmd"
 #define CONFIG_HOSTNAME                "xea"
 
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \