Skip to content

Commit 2a1d2a0

Browse files
Nobuhiro Iwamatsuiwamatsu
Nobuhiro Iwamatsu
authored andcommitted
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 <[email protected]> Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
1 parent d8bec60 commit 2a1d2a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/armadillo-800eva_defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
CONFIG_ARM=y
2-
+S:CONFIG_RMOBILE=y
2+
CONFIG_RMOBILE=y
33
CONFIG_TARGET_ARMADILLO_800EVA=y

configs/kzm9g_defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
CONFIG_ARM=y
2-
+S:CONFIG_RMOBILE=y
2+
CONFIG_RMOBILE=y
33
CONFIG_TARGET_KZM9G=y

0 commit comments

Comments
 (0)