summaryrefslogtreecommitdiff
path: root/arch/arc
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/arc
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/arc')
-rw-r--r--arch/arc/config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/config.mk b/arch/arc/config.mk
index 2b70945ac3..b713fa3054 100644
--- a/arch/arc/config.mk
+++ b/arch/arc/config.mk
@@ -21,6 +21,3 @@ PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections -fno-common
# Needed for relocation
LDFLAGS_FINAL += -pie --gc-sections
-
-# Load address for standalone apps
-CONFIG_STANDALONE_LOAD_ADDR ?= 0x82000000