From: Andy Shevchenko Date: Tue, 11 Dec 2018 17:12:26 +0000 (+0200) Subject: x86: edison: move CONFIG_BOOTCOMMAND from header file to defconfig X-Git-Tag: v2019.01-rc3~12^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=62ef268db92820ac86ce338bf80536a62fa31cc6;p=oweals%2Fu-boot.git x86: edison: move CONFIG_BOOTCOMMAND from header file to defconfig Use defconfig instead of header file for CONFIG_BOOTCOMMAND. Signed-off-by: Andy Shevchenko Reviewed-by: Bin Meng --- diff --git a/include/configs/edison.h b/include/configs/edison.h index 8e312da2da..7e2f9c129e 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -10,9 +10,6 @@ /* ACPI */ -/* Boot */ -#define CONFIG_BOOTCOMMAND "run bootcmd" - /* DISK Partition support */ /* Miscellaneous configurable options */