summaryrefslogtreecommitdiff
path: root/include/configs/aspeed-common.h
diff options
context:
space:
mode:
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>2021-10-27 14:17:34 +0800
committerTom Rini <trini@konsulko.com>2021-11-17 17:05:57 -0500
commit3aeb239f51ad7760dfef5f409ff80b76b3f60c3b (patch)
tree47a76601b22c44153869c320b14ee2a4ee81218a /include/configs/aspeed-common.h
parentddd778aebea43b48187287526fd28aa4f5662c54 (diff)
configs: aspeed: Make EXTRA_ENV_SETTINGS board specific
Move CONFIG_EXTRA_ENV_SETTINGS to board-specific configuration headers. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Diffstat (limited to 'include/configs/aspeed-common.h')
-rw-r--r--include/configs/aspeed-common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/aspeed-common.h b/include/configs/aspeed-common.h
index 5177bf20fa..96526e1a75 100644
--- a/include/configs/aspeed-common.h
+++ b/include/configs/aspeed-common.h
@@ -38,13 +38,4 @@
*/
#define CONFIG_BOOTP_BOOTFILESIZE
-/*
- * Miscellaneous configurable options
- */
-
-#define CONFIG_EXTRA_ENV_SETTINGS \
- "verify=yes\0" \
- "spi_dma=yes\0" \
- ""
-
#endif /* __AST_COMMON_CONFIG_H */