From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Tue, 11 Dec 2018 19:12:26 +0200 Subject: [U-Boot] [PATCH v1 2/3] x86: edison: move CONFIG_BOOTCOMMAND from header file to defconfig In-Reply-To: <20181211171227.60858-1-andriy.shevchenko@linux.intel.com> References: <20181211171227.60858-1-andriy.shevchenko@linux.intel.com> Message-ID: <20181211171227.60858-2-andriy.shevchenko@linux.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Use defconfig instead of header file for CONFIG_BOOTCOMMAND. Signed-off-by: Andy Shevchenko --- include/configs/edison.h | 3 --- 1 file changed, 3 deletions(-) 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 */ -- 2.19.2