summaryrefslogtreecommitdiff
path: root/arch/blackfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-19 06:48:34 (GMT)
committerMike Frysinger <vapier@gentoo.org>2010-10-28 01:18:05 (GMT)
commit73520939b41d90c0925d5ea4abaa670b7fce2285 (patch)
tree758ed8b633b6dcef9766d37c41c9beac54feb7af /arch/blackfin
parent1fde3eb2d3f9a46c1dbd2e936ba6e4e6a82add3f (diff)
downloadu-boot-73520939b41d90c0925d5ea4abaa670b7fce2285.tar.xz
Blackfin: config.mk: drop manual stripping of config vars
Now that the common code takes care of stripping away quotes and such from numeric options, we no longer need to do so ourselves. So drop the custom code we have in the Blackfin config.mk. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/blackfin/config.mk b/arch/blackfin/config.mk
index a330084..ab117ca 100644
--- a/arch/blackfin/config.mk
+++ b/arch/blackfin/config.mk
@@ -26,8 +26,6 @@ CROSS_COMPILE ?= bfin-uclinux-
STANDALONE_LOAD_ADDR = 0x1000 -m elf32bfin
CONFIG_BFIN_BOOT_MODE := $(strip $(subst ",,$(CONFIG_BFIN_BOOT_MODE)))
-CONFIG_ENV_OFFSET := $(strip $(subst ",,$(CONFIG_ENV_OFFSET)))
-CONFIG_ENV_SIZE := $(strip $(subst ",,$(CONFIG_ENV_SIZE)))
PLATFORM_RELFLAGS += -ffixed-P3 -fomit-frame-pointer -mno-fdpic
PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN