Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video...
[platform/kernel/u-boot.git] / include / configs / aspeed-common.h
index df0f5d2..0954bc0 100644 (file)
@@ -13,9 +13,6 @@
 #include <asm/arch/platform.h>
 
 /* Misc CPU related */
-#define CONFIG_CMDLINE_TAG
-#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_INITRD_TAG
 
 #define CONFIG_SYS_SDRAM_BASE          ASPEED_DRAM_BASE
 
 #define CONFIG_SYS_INIT_SP_ADDR                (SYS_INIT_RAM_END \
                                         - GENERATED_GBL_DATA_SIZE)
 
-#define CONFIG_SYS_MALLOC_LEN          (32 << 20)
-
 /*
  * NS16550 Configuration
  */
 
-/*
- * BOOTP options
- */
-#define CONFIG_BOOTP_BOOTFILESIZE
-
-/*
- * Miscellaneous configurable options
- */
-
-#define CONFIG_EXTRA_ENV_SETTINGS \
-       "verify=yes\0"  \
-       "spi_dma=yes\0" \
-       ""
-
 #endif /* __AST_COMMON_CONFIG_H */