mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
Convert LIB_UUID to Kconfig
config_fallback.h has some logic that checks a variety of options and selects LIB_UUID if it hasn't already been selected. This will all LIB_UUID in Kconfig and select this option for the list of options to allow us to remove the logic from fallbacks Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
@@ -44,16 +44,6 @@
|
||||
#define HAVE_BLOCK_DEVICE
|
||||
#endif
|
||||
|
||||
#if (CONFIG_IS_ENABLED(PARTITION_UUIDS) || \
|
||||
CONFIG_IS_ENABLED(EFI_PARTITION) || \
|
||||
CONFIG_IS_ENABLED(EFI_LOADER) || \
|
||||
defined(CONFIG_RANDOM_UUID) || \
|
||||
defined(CONFIG_CMD_UUID) || \
|
||||
defined(CONFIG_BOOTP_PXE)) && \
|
||||
!defined(CONFIG_LIB_UUID)
|
||||
#define CONFIG_LIB_UUID
|
||||
#endif
|
||||
|
||||
/* Console I/O Buffer Size */
|
||||
#ifndef CONFIG_SYS_CBSIZE
|
||||
#if defined(CONFIG_CMD_KGDB)
|
||||
|
Reference in New Issue
Block a user