From 353eedb8a0d1412066fb68657d14d9248f1fb849 Mon Sep 17 00:00:00 2001 From: "Chia-Wei, Wang" Date: Mon, 3 Aug 2020 17:36:09 +0800 Subject: 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 --- include/configs/aspeed-common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/aspeed-common.h b/include/configs/aspeed-common.h index 14dd5c795d3..df0f5d2e76f 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" \ -- cgit v1.3.1