diff options
author | Simon Glass | 2016-11-07 08:47:15 -0700 |
---|---|---|
committer | Alexander Graf | 2016-11-14 23:24:04 +0100 |
commit | 5bd828b5329ed9b7c85beae1e532daa710f22168 (patch) | |
tree | 7a2bbba51e7b6c0a076753fec0d362ff82ff506f /cmd/Kconfig | |
parent | 2dcd4e9ee1b6dc0f0ba1d89a7af3987ea47dda23 (diff) |
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/Kconfig')
-rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 501ac17d2c2..2a2f23e2518 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 |