]> git.ipfire.org Git - people/ms/u-boot.git/commit
Convert LIB_UUID to Kconfig
authorAdam Ford <aford173@gmail.com>
Tue, 6 Feb 2018 18:14:28 +0000 (12:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Feb 2018 00:08:39 +0000 (19:08 -0500)
commita451bc27c9afd1be537bb04946fb4cb1b2cf6280
treeb433baab4c6c9bd5e07622608cc6ce1121e1096d
parenta5a37567c4f7bd6faf85ef4b720f6efce3e8bbbf
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>
cmd/Kconfig
disk/Kconfig
include/config_fallbacks.h
lib/Kconfig
lib/efi_loader/Kconfig