From 4f70244e0a1a0d68cf3c5493998ff3565f38d825 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 10 Nov 2014 09:23:46 +0900 Subject: 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 CC: Masahiro Yamada Signed-off-by: Nobuhiro Iwamatsu --- configs/lager_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/lager_defconfig') diff --git a/configs/lager_defconfig b/configs/lager_defconfig index 9a32d6b..8b4aeea 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 -- cgit v1.1