summaryrefslogtreecommitdiffstats
path: root/board/tbs
diff options
context:
space:
mode:
authorSoeren Moch <smoch@web.de>2014-11-26 12:39:24 +0100
committerStefano Babic <sbabic@denx.de>2014-12-01 10:20:19 +0100
commitf8bbd7f7b0c6eb3accc30deab9aafb2c50f9ee9a (patch)
tree9f684a0c1c39fd8e3edb1a03bffea133d1a4c368 /board/tbs
parenta847fff11cc4f3745d0087d45d2e5964c47f55d2 (diff)
downloadtalos-obmc-uboot-f8bbd7f7b0c6eb3accc30deab9aafb2c50f9ee9a.tar.gz
talos-obmc-uboot-f8bbd7f7b0c6eb3accc30deab9aafb2c50f9ee9a.zip
tbs2910: fix Kconfig
fix Kconfig for tbs2910 board to prevent crash on relocation Signed-off-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'board/tbs')
-rw-r--r--board/tbs/tbs2910/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/tbs/tbs2910/Kconfig b/board/tbs/tbs2910/Kconfig
index c514e24fa1..84b243e352 100644
--- a/board/tbs/tbs2910/Kconfig
+++ b/board/tbs/tbs2910/Kconfig
@@ -1,23 +1,15 @@
if TARGET_TBS2910
-config SYS_CPU
- string
- default "armv7"
-
config SYS_BOARD
- string
default "tbs2910"
config SYS_VENDOR
- string
default "tbs"
config SYS_SOC
- string
default "mx6"
config SYS_CONFIG_NAME
- string
default "tbs2910"
endif
OpenPOWER on IntegriCloud