summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-11-07 15:47:15 (GMT)
committerAlexander Graf <agraf@suse.de>2016-11-14 22:24:04 (GMT)
commit5bd828b5329ed9b7c85beae1e532daa710f22168 (patch)
tree7a2bbba51e7b6c0a076753fec0d362ff82ff506f /cmd
parent2dcd4e9ee1b6dc0f0ba1d89a7af3987ea47dda23 (diff)
downloadu-boot-fsl-qoriq-5bd828b5329ed9b7c85beae1e532daa710f22168.tar.xz
efi: x86: Adjust EFI files support efi_loader
Add compiler flags and make a few minor adjustments to support the efi loader. Signed-off-by: Simon Glass <sjg@chromium.org> [agraf: Add Kconfig dep] Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 501ac17..2a2f23e 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -183,7 +183,7 @@ config CMD_BOOTEFI
config CMD_BOOTEFI_HELLO
bool "Allow booting a standard EFI hello world for testing"
- depends on CMD_BOOTEFI && ARM
+ depends on CMD_BOOTEFI && (ARM || X86)
help
This adds a standard EFI hello world application to U-Boot so that
it can be used with the 'bootefi hello' command. This is useful