efi_loader: hook up in build environment

Now that we have all the bits and pieces ready for EFI payload loading
support, hook them up in Makefiles and KConfigs so that we can build.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
[trini: Enable only when we of OF_LIBFDT, disable on kwb and colibri_pxa270]
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Alexander Graf
2016-03-04 01:10:07 +01:00
committed by Tom Rini
parent 649829157e
commit ed980b8c62
6 changed files with 25 additions and 0 deletions
+1
View File
@@ -149,5 +149,6 @@ config SPL_OF_LIBFDT
version of the device tree.
source lib/efi/Kconfig
source lib/efi_loader/Kconfig
endmenu