diff options
author | Chia-Wei, Wang <chiawei_wang@aspeedtech.com> | 2020-08-03 17:36:09 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-14 09:46:40 -0400 |
commit | 353eedb8a0d1412066fb68657d14d9248f1fb849 (patch) | |
tree | fcee2995fab443580094b4823087089da1b4e51b /include/configs/aspeed-common.h | |
parent | 98ef128b56b84249f05a840d24a079ec9baef814 (diff) | |
download | u-boot-353eedb8a0d1412066fb68657d14d9248f1fb849.tar.gz |
configs: evb-ast2500: Move BOOTCOMMAND from header to defconfig
Move the BOOTCOMMAND definition from the board inclusion
header to the default configuration file.
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/aspeed-common.h b/include/configs/aspeed-common.h index 14dd5c795d..df0f5d2e76 100644 --- a/include/configs/aspeed-common.h +++ b/include/configs/aspeed-common.h @@ -47,8 +47,6 @@ * Miscellaneous configurable options */ -#define CONFIG_BOOTCOMMAND "bootm 20080000 20300000" - #define CONFIG_EXTRA_ENV_SETTINGS \ "verify=yes\0" \ "spi_dma=yes\0" \ |