summaryrefslogtreecommitdiffstats
path: root/board/manroland
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-09-14 03:01:49 +0900
committerTom Rini <trini@ti.com>2014-09-13 16:43:55 -0400
commit461be2f96e4b87e5065208c6659a47dd0ad9e9f8 (patch)
treed520fd4b524d930c2ad1503b412406e62bbc6413 /board/manroland
parent3174e4e812b77f9707b358927a5ddf24228c2ae8 (diff)
downloadblackbird-obmc-uboot-461be2f96e4b87e5065208c6659a47dd0ad9e9f8.tar.gz
blackbird-obmc-uboot-461be2f96e4b87e5065208c6659a47dd0ad9e9f8.zip
kconfig: remove redundant "string" type in arch and board Kconfigs
Now the types of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME} are specified in arch/Kconfig. We can delete the ones in arch and board Kconfig files. This commit can be easily reproduced by the following command: find . -name Kconfig -a ! -path ./arch/Kconfig | xargs sed -i -e ' /config[[:space:]]SYS_\(ARCH\|CPU\|SOC\|\VENDOR\|BOARD\|CONFIG_NAME\)/ { N s/\n[[:space:]]*string// } ' Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/manroland')
-rw-r--r--board/manroland/hmi1001/Kconfig3
-rw-r--r--board/manroland/mucmc52/Kconfig3
-rw-r--r--board/manroland/uc100/Kconfig3
-rw-r--r--board/manroland/uc101/Kconfig3
4 files changed, 0 insertions, 12 deletions
diff --git a/board/manroland/hmi1001/Kconfig b/board/manroland/hmi1001/Kconfig
index 2f576dde92..996a87f101 100644
--- a/board/manroland/hmi1001/Kconfig
+++ b/board/manroland/hmi1001/Kconfig
@@ -1,15 +1,12 @@
if TARGET_HMI1001
config SYS_BOARD
- string
default "hmi1001"
config SYS_VENDOR
- string
default "manroland"
config SYS_CONFIG_NAME
- string
default "hmi1001"
endif
diff --git a/board/manroland/mucmc52/Kconfig b/board/manroland/mucmc52/Kconfig
index 4be0722b2e..a033610cbf 100644
--- a/board/manroland/mucmc52/Kconfig
+++ b/board/manroland/mucmc52/Kconfig
@@ -1,15 +1,12 @@
if TARGET_MUCMC52
config SYS_BOARD
- string
default "mucmc52"
config SYS_VENDOR
- string
default "manroland"
config SYS_CONFIG_NAME
- string
default "mucmc52"
endif
diff --git a/board/manroland/uc100/Kconfig b/board/manroland/uc100/Kconfig
index a41a780435..08f681b0a9 100644
--- a/board/manroland/uc100/Kconfig
+++ b/board/manroland/uc100/Kconfig
@@ -1,15 +1,12 @@
if TARGET_UC100
config SYS_BOARD
- string
default "uc100"
config SYS_VENDOR
- string
default "manroland"
config SYS_CONFIG_NAME
- string
default "uc100"
endif
diff --git a/board/manroland/uc101/Kconfig b/board/manroland/uc101/Kconfig
index 07cfcc63a7..c285b22f1b 100644
--- a/board/manroland/uc101/Kconfig
+++ b/board/manroland/uc101/Kconfig
@@ -1,15 +1,12 @@
if TARGET_UC101
config SYS_BOARD
- string
default "uc101"
config SYS_VENDOR
- string
default "manroland"
config SYS_CONFIG_NAME
- string
default "uc101"
endif
OpenPOWER on IntegriCloud