summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-06-12 08:36:24 -0700
committerBin Meng <bmeng.cn@gmail.com>2018-06-17 21:16:04 +0800
commit3ebd892fda2d07f153a14cb30e60ae707e9e4208 (patch)
tree67979e62f6c0b91c951b53e82199e6e0adb62309 /configs
parentd441ec829831068e29318a5b6774a36d31ae135a (diff)
downloadu-boot-3ebd892fda2d07f153a14cb30e60ae707e9e4208.tar.gz
u-boot-3ebd892fda2d07f153a14cb30e60ae707e9e4208.tar.bz2
u-boot-3ebd892fda2d07f153a14cb30e60ae707e9e4208.zip
x86: Rename efi-x86 target to efi-x86_app
To avoid confusion, let's rename the efi-x86 target to efi-x86_app. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/efi-x86_app_defconfig (renamed from configs/efi-x86_defconfig)4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_app_defconfig
index a2f072b2f2..9c1d5e786e 100644
--- a/configs/efi-x86_defconfig
+++ b/configs/efi-x86_app_defconfig
@@ -2,8 +2,8 @@ CONFIG_X86=y
CONFIG_DEBUG_UART_BASE=0
CONFIG_DEBUG_UART_CLOCK=0
CONFIG_VENDOR_EFI=y
-CONFIG_DEFAULT_DEVICE_TREE="efi"
-CONFIG_TARGET_EFI=y
+CONFIG_DEFAULT_DEVICE_TREE="efi-x86_app"
+CONFIG_TARGET_EFI_APP=y
CONFIG_DEBUG_UART=y
CONFIG_FIT=y
CONFIG_USE_BOOTARGS=y