mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
x86: edison: move CONFIG_BOOTCOMMAND from header file to defconfig
Use defconfig instead of header file for CONFIG_BOOTCOMMAND. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
6be908426e
commit
62ef268db9
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@
|
|||
|
||||
/* ACPI */
|
||||
|
||||
/* Boot */
|
||||
#define CONFIG_BOOTCOMMAND "run bootcmd"
|
||||
|
||||
/* DISK Partition support */
|
||||
|
||||
/* Miscellaneous configurable options */
|
||||
|
|
Loading…
Reference in a new issue