summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/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/sandbox/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/sandbox/Kconfig')
-rw-r--r--arch/sandbox/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index eb849398b4..e079496155 100644
--- a/arch/sandbox/Kconfig
+++ b/arch/sandbox/Kconfig
@@ -1,7 +1,7 @@
-config TEXT_BASE
- string
- default "0x08f00000" if MACH_MX1ADS
+config ARCH_TEXT_BASE
+ hex
+ default 0x00000000
config BOARDINFO
default "sandbox"