summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-08-15 09:02:17 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-08-16 08:40:55 +0200
commit068bed22a6154aec1fe689603b8a8eaa27c0f350 (patch)
tree5cebcbbbcd486ee49552253d27d079b7f6703fd4 /arch/arm/mach-ep93xx
parent774580c2bde4c8b126eed0a80d00cb22cbfb3193 (diff)
downloadbarebox-068bed22a6154aec1fe689603b8a8eaa27c0f350.tar.gz
barebox-068bed22a6154aec1fe689603b8a8eaa27c0f350.tar.xz
Set model and hostname at boardlevel
With multiboard support the compiletime generated BOARDINFO string gets more and more meaningless. This removes it from Kconfig and replaces it with a variable that can be set at boardlevel. Also many boards have a standard setting for the hostname in the environment. This patch also moves the standard to C code by calling barebox_set_hostname(). Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-ep93xx')
-rw-r--r--arch/arm/mach-ep93xx/Kconfig24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/mach-ep93xx/Kconfig b/arch/arm/mach-ep93xx/Kconfig
index 90859d501d..91f6c8ec47 100644
--- a/arch/arm/mach-ep93xx/Kconfig
+++ b/arch/arm/mach-ep93xx/Kconfig
@@ -45,9 +45,6 @@ endchoice
if MACH_EDB9301
-config BOARDINFO
- default "Cirrus Logic EDB9301"
-
config ARCH_TEXT_BASE
hex
default 0x05700000
@@ -115,9 +112,6 @@ endchoice
if MACH_EDB9302
-config BOARDINFO
- default "Cirrus Logic EDB9302"
-
config ARCH_TEXT_BASE
hex
default 0x05700000
@@ -162,9 +156,6 @@ endif
if MACH_EDB9302A
-config BOARDINFO
- default "Cirrus Logic EDB9302A"
-
config ARCH_TEXT_BASE
hex
default 0xc5700000
@@ -232,9 +223,6 @@ endchoice
if MACH_EDB9307
-config BOARDINFO
- default "Cirrus Logic EDB9307"
-
config ARCH_TEXT_BASE
hex
default 0x01f00000
@@ -263,9 +251,6 @@ endif
if MACH_EDB9307A
-config BOARDINFO
- default "Cirrus Logic EDB9307A"
-
config ARCH_TEXT_BASE
hex
default 0xc1f00000
@@ -311,9 +296,6 @@ endchoice
if MACH_EDB9312
-config BOARDINFO
- default "Cirrus Logic EDB9312"
-
config ARCH_TEXT_BASE
hex
default 0x01f00000
@@ -365,9 +347,6 @@ endchoice
if MACH_EDB9315
-config BOARDINFO
- default "Cirrus Logic EDB9315"
-
config ARCH_TEXT_BASE
hex
default 0x01f00000
@@ -396,9 +375,6 @@ endif
if MACH_EDB9315A
-config BOARDINFO
- default "Cirrus Logic EDB9315A"
-
config ARCH_TEXT_BASE
hex
default 0xc1f00000