summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-06-28 02:51:07 +0300
committerBin Meng <bmeng.cn@gmail.com>2021-07-15 14:50:21 +0300
commit4dfe4b44cc7f0df78d9013619ec6c411e7b60bbd (patch)
tree3e9f2b840aa23fee632e398f1f05100683e235d1 /arch/x86
parentc5c62155c542368269d7a0e968401e76abcc2490 (diff)
downloadu-boot-4dfe4b44cc7f0df78d9013619ec6c411e7b60bbd.tar.xz
x86: coreboot: Use vendor in the Kconfig
Use VENDOR_COREBOOT instead of TARGET_COREBOOT so we can have multiple coreboot boards, sharing options. Only SYS_CONFIG_NAME needs to be defined TARGET_COREBOOT. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/cpu/coreboot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig
index 497d6284ac..b97c277904 100644
--- a/arch/x86/cpu/coreboot/Kconfig
+++ b/arch/x86/cpu/coreboot/Kconfig
@@ -1,4 +1,4 @@
-if TARGET_COREBOOT
+if VENDOR_COREBOOT
config SYS_COREBOOT
bool