summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-03 00:42:44 +0300
committerTom Rini <trini@konsulko.com>2022-12-22 18:31:48 +0300
commit32b7e39db4d3af0d94f1387a7641152f375b23ac (patch)
tree5fe19758a7a45767fe603c4315f91c3149653449 /arch/x86
parentc46597155ec38114c9908a6c6fed6819223e6adc (diff)
downloadu-boot-32b7e39db4d3af0d94f1387a7641152f375b23ac.tar.xz
Convert CONFIG_STANDALONE_LOAD_ADDR to Kconfig
This converts the following to Kconfig: CONFIG_STANDALONE_LOAD_ADDR Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/config.mk b/arch/x86/config.mk
index 889497b6bd..a4a694ddf3 100644
--- a/arch/x86/config.mk
+++ b/arch/x86/config.mk
@@ -3,8 +3,6 @@
# (C) Copyright 2000-2002
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000
-
PLATFORM_CPPFLAGS += -fomit-frame-pointer
PF_CPPFLAGS_X86 := $(call cc-option, -fno-toplevel-reorder, \
$(call cc-option, -fno-unit-at-a-time))