diff mbox

[U-Boot] arm: mxs: No arch specific invalidate_icache_all available!

Message ID CAOMZO5DFm=8gmK_9uqtWppSD5AyqXXRZ+RXQ19jX0WxCC9fmsw@mail.gmail.com
State Not Applicable
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam May 3, 2017, 1:29 p.m. UTC
On Wed, May 3, 2017 at 4:19 AM, Michael Heimpold
<michael.heimpold@i2se.com> wrote:

> I don't think this is a good idea since this limits EFI support for x86
> only?
> Maybe we should just adjust the default value for MXS-based boards,
> something like
> default y if !ARCH_MXS

Or what about this one instead?
diff mbox

Patch

diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index d2b6327..bf191af 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -1,7 +1,6 @@ 
 config EFI_LOADER
        bool "Support running EFI Applications in U-Boot"
        depends on (ARM || X86) && OF_LIBFDT
-       default y
        help
          Select this option if you want to run EFI applications (like grub2)
          on top of U-Boot. If this option is enabled, U-Boot will expose EFI