summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-08-31 07:11:07 +0900
committerTom Rini <trini@ti.com>2014-08-30 21:22:00 -0400
commitef2b694c731f93a70aa06e84b52a27f6cc9dbc10 (patch)
treecd288ddb369f755a4cd011c25a66b83e9cce5f02 /board
parent22f2be7a122410862b68e4ceb901d677c1b5fee8 (diff)
downloadblackbird-obmc-uboot-ef2b694c731f93a70aa06e84b52a27f6cc9dbc10.tar.gz
blackbird-obmc-uboot-ef2b694c731f93a70aa06e84b52a27f6cc9dbc10.zip
highbank: kconfig: move common settings
Move Highbank-specific settings to highbank/Kconfig. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Rob Herring <robh@kernel.org>
Diffstat (limited to 'board')
-rw-r--r--board/highbank/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/board/highbank/Kconfig b/board/highbank/Kconfig
deleted file mode 100644
index 1c324908cc..0000000000
--- a/board/highbank/Kconfig
+++ /dev/null
@@ -1,19 +0,0 @@
-if TARGET_HIGHBANK
-
-config SYS_CPU
- string
- default "armv7"
-
-config SYS_BOARD
- string
- default "highbank"
-
-config SYS_SOC
- string
- default "highbank"
-
-config SYS_CONFIG_NAME
- string
- default "highbank"
-
-endif
OpenPOWER on IntegriCloud