mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-03 09:51:44 +01:00
x86: Drop unused distro settings
No x86 board uses distro boot, so drop these settings. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> # Intel Edison Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
8c0090b069
commit
f726545a62
@ -20,18 +20,11 @@
|
|||||||
#define CFG_OTHBOOTARGS "othbootargs=acpi=off\0"
|
#define CFG_OTHBOOTARGS "othbootargs=acpi=off\0"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_DISTRO_DEFAULTS)
|
|
||||||
#define DISTRO_BOOTENV BOOTENV
|
|
||||||
#else
|
|
||||||
#define DISTRO_BOOTENV
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef SPLASH_SETTINGS
|
#ifndef SPLASH_SETTINGS
|
||||||
#define SPLASH_SETTINGS
|
#define SPLASH_SETTINGS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CFG_EXTRA_ENV_SETTINGS \
|
#define CFG_EXTRA_ENV_SETTINGS \
|
||||||
DISTRO_BOOTENV \
|
|
||||||
CFG_STD_DEVICES_SETTINGS \
|
CFG_STD_DEVICES_SETTINGS \
|
||||||
SPLASH_SETTINGS \
|
SPLASH_SETTINGS \
|
||||||
"pciconfighost=1\0" \
|
"pciconfighost=1\0" \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user