summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorRobert Schwebel (Laptop) <rsc@thebe.(none)>2007-09-25 22:01:01 +0200
committerRobert Schwebel (Laptop) <rsc@thebe.(none)>2007-09-25 22:01:01 +0200
commite6ca62360ef526b587f706e49d25bba08d33ee35 (patch)
tree7edba92643c364be111e305ac58c1ec90c2d6ed5 /arch/blackfin/Kconfig
parenta487eaa9c81b28c9b58ca64c8779ba8ca99447fd (diff)
downloadbarebox-e6ca62360ef526b587f706e49d25bba08d33ee35.tar.gz
barebox-e6ca62360ef526b587f706e49d25bba08d33ee35.tar.xz
Subject: clean up TEXT_BASE
This patch makes TEXT_BASE a consistent per-arch config switch. Additionally, it converts all TEXT_BASE occurences from string to hex. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 8268d0c6ed..0192b2e920 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -9,6 +9,10 @@ config BF561
config BOARDINFO
default "PII IPE337" if MACH_IPE337
+config ARCH_TEXT_BASE
+ hex
+ default 0x00000000
+
choice
prompt "Select your board"