mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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>
This commit is contained in:
parent
46049bec07
commit
4f70244e0a
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
CONFIG_ARM=y
|
||||
+S:CONFIG_RMOBILE=y
|
||||
CONFIG_RMOBILE=y
|
||||
CONFIG_TARGET_ALT=y
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
CONFIG_ARM=y
|
||||
+S:CONFIG_RMOBILE=y
|
||||
CONFIG_RMOBILE=y
|
||||
CONFIG_TARGET_KOELSCH=y
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
CONFIG_ARM=y
|
||||
+S:CONFIG_RMOBILE=y
|
||||
CONFIG_RMOBILE=y
|
||||
CONFIG_TARGET_LAGER=y
|
||||
|
|
Loading…
Add table
Reference in a new issue