From: Nobuhiro Iwamatsu Date: Mon, 10 Nov 2014 00:23:46 +0000 (+0900) Subject: arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files X-Git-Tag: v2015.01-rc4~15^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a1d2a0351ac14390ccaad6433d27a1c58dab46f;p=platform%2Fkernel%2Fu-boot.git arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files '+S' is unnecessary because boards of rmobile do not use SPL. This removes from armadillo-800eva and kzm9g. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/configs/armadillo-800eva_defconfig b/configs/armadillo-800eva_defconfig index 9b17895..22dc1f8 100644 --- a/configs/armadillo-800eva_defconfig +++ b/configs/armadillo-800eva_defconfig @@ -1,3 +1,3 @@ CONFIG_ARM=y -+S:CONFIG_RMOBILE=y +CONFIG_RMOBILE=y CONFIG_TARGET_ARMADILLO_800EVA=y diff --git a/configs/kzm9g_defconfig b/configs/kzm9g_defconfig index d4d340f..20656dd 100644 --- a/configs/kzm9g_defconfig +++ b/configs/kzm9g_defconfig @@ -1,3 +1,3 @@ CONFIG_ARM=y -+S:CONFIG_RMOBILE=y +CONFIG_RMOBILE=y CONFIG_TARGET_KZM9G=y