configs: aspeed: Make EXTRA_ENV_SETTINGS board specific
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>
Wed, 27 Oct 2021 06:17:34 +0000 (14:17 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 17 Nov 2021 22:05:57 +0000 (17:05 -0500)
Move CONFIG_EXTRA_ENV_SETTINGS to board-specific
configuration headers.

Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
include/configs/aspeed-common.h
include/configs/evb_ast2500.h
include/configs/evb_ast2600.h

index 5177bf2..96526e1 100644 (file)
  */
 #define CONFIG_BOOTP_BOOTFILESIZE
 
-/*
- * Miscellaneous configurable options
- */
-
-#define CONFIG_EXTRA_ENV_SETTINGS \
-       "verify=yes\0"  \
-       "spi_dma=yes\0" \
-       ""
-
 #endif /* __AST_COMMON_CONFIG_H */
index dc032c1..558d6f9 100644 (file)
 
 #define CONFIG_SYS_UBOOT_BASE          CONFIG_SYS_TEXT_BASE
 
+/* Memory Info */
+#define CONFIG_SYS_LOAD_ADDR           0x83000000
+
+/* Misc */
+#define CONFIG_EXTRA_ENV_SETTINGS \
+       ""
+
 #endif /* __CONFIG_H */
index 177a52e..3805091 100644 (file)
 
 #define CONFIG_SYS_UBOOT_BASE          CONFIG_SYS_TEXT_BASE
 
+/* Memory Info */
+#define CONFIG_SYS_LOAD_ADDR           0x83000000
+
+/* Misc */
+#define CONFIG_EXTRA_ENV_SETTINGS \
+       ""
+
 #endif /* __CONFIG_H */