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. This removes from armadillo-800eva and kzm9g. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
d8bec60c1b
commit
2a1d2a0351
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
CONFIG_ARM=y
|
||||
+S:CONFIG_RMOBILE=y
|
||||
CONFIG_RMOBILE=y
|
||||
CONFIG_TARGET_ARMADILLO_800EVA=y
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
CONFIG_ARM=y
|
||||
+S:CONFIG_RMOBILE=y
|
||||
CONFIG_RMOBILE=y
|
||||
CONFIG_TARGET_KZM9G=y
|
||||
|
|
Loading…
Add table
Reference in a new issue