summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-11-10 09:23:46 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-10 09:48:52 +0900
commit4f70244e0a1a0d68cf3c5493998ff3565f38d825 (patch)
tree17eee281fab98235189dffbe1aaff6aa3fe30f39 /configs
parent46049bec07ab7b3ec5fef4d1e5247d83abd99c29 (diff)
downloadblackbird-obmc-uboot-4f70244e0a1a0d68cf3c5493998ff3565f38d825.tar.gz
blackbird-obmc-uboot-4f70244e0a1a0d68cf3c5493998ff3565f38d825.zip
arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files
'+S' is unnecessary because boards of rmobile do not use SPL. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> CC: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/alt_defconfig2
-rw-r--r--configs/koelsch_defconfig2
-rw-r--r--configs/lager_defconfig2
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/alt_defconfig b/configs/alt_defconfig
index 0655e60372..d722306d4d 100644
--- a/configs/alt_defconfig
+++ b/configs/alt_defconfig
@@ -1,3 +1,3 @@
CONFIG_ARM=y
-+S:CONFIG_RMOBILE=y
+CONFIG_RMOBILE=y
CONFIG_TARGET_ALT=y
diff --git a/configs/koelsch_defconfig b/configs/koelsch_defconfig
index d59ff3dcde..35f605cb74 100644
--- a/configs/koelsch_defconfig
+++ b/configs/koelsch_defconfig
@@ -1,3 +1,3 @@
CONFIG_ARM=y
-+S:CONFIG_RMOBILE=y
+CONFIG_RMOBILE=y
CONFIG_TARGET_KOELSCH=y
diff --git a/configs/lager_defconfig b/configs/lager_defconfig
index 9a32d6b168..8b4aeea9a8 100644
--- a/configs/lager_defconfig
+++ b/configs/lager_defconfig
@@ -1,3 +1,3 @@
CONFIG_ARM=y
-+S:CONFIG_RMOBILE=y
+CONFIG_RMOBILE=y
CONFIG_TARGET_LAGER=y
OpenPOWER on IntegriCloud