Re: [U-Boot] [PATCH] kconfig: remove redundant SPL from CONFIG_SYS_EXTRA_OPTIONS

2014-09-02 Thread Ian Campbell
On Sun, 2014-08-31 at 15:44 +0100, Ian Campbell wrote:
 On Sun, 2014-08-31 at 22:32 +0900, Masahiro Yamada wrote:
  CONFIG_SPL is defined as a primary option in Kconfig.
  It should not be added to CONFIG_SYS_EXTRA_OPTIONS.
  
  Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com
 
 Looks good to me. Build tested on Cubietruck (in an airport, so no
 runtime test).
 
 Acked-by: Ian Campbell i...@hellion.org.uk

and applied to u-boot-sunxi#next, thanks.


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] kconfig: remove redundant SPL from CONFIG_SYS_EXTRA_OPTIONS

2014-08-31 Thread Masahiro Yamada
CONFIG_SPL is defined as a primary option in Kconfig.
It should not be added to CONFIG_SYS_EXTRA_OPTIONS.

Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com
---

 configs/A10-OLinuXino-Lime_defconfig  | 2 +-
 configs/A10s-OLinuXino-M_defconfig| 2 +-
 configs/A13-OLinuXinoM_defconfig  | 2 +-
 configs/A13-OLinuXino_defconfig   | 2 +-
 configs/A20-OLinuXino_MICRO_defconfig | 2 +-
 configs/Auxtek-T004_defconfig | 2 +-
 configs/Bananapi_defconfig| 2 +-
 configs/Cubieboard2_defconfig | 2 +-
 configs/Cubieboard_defconfig  | 2 +-
 configs/Cubietruck_defconfig  | 2 +-
 configs/Linksprite_pcDuino3_defconfig | 2 +-
 configs/Mele_A1000G_defconfig | 2 +-
 configs/Mele_A1000_defconfig  | 2 +-
 configs/Mini-X-1Gb_defconfig  | 2 +-
 configs/Mini-X_defconfig  | 2 +-
 configs/ba10_tv_box_defconfig | 2 +-
 configs/gwventana_defconfig   | 2 +-
 configs/i12-tvbox_defconfig   | 2 +-
 configs/qt840a_defconfig  | 2 +-
 configs/r7-tv-dongle_defconfig| 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/configs/A10-OLinuXino-Lime_defconfig 
b/configs/A10-OLinuXino-Lime_defconfig
index b93ae7d..37f12b3 100644
--- a/configs/A10-OLinuXino-Lime_defconfig
+++ b/configs/A10-OLinuXino-Lime_defconfig
@@ -1,5 +1,5 @@
 CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS=A10_OLINUXINO_L,SPL,AXP209_POWER,SUNXI_EMAC,AHCI,SATAPWR=SUNXI_GPC(3),USB_EHCI
+CONFIG_SYS_EXTRA_OPTIONS=A10_OLINUXINO_L,AXP209_POWER,SUNXI_EMAC,AHCI,SATAPWR=SUNXI_GPC(3),USB_EHCI
 CONFIG_FTDFILE=sun4i-a10-olinuxino-lime.dtb
 +S:CONFIG_ARM=y
 +S:CONFIG_TARGET_SUN4I=y
diff --git a/configs/A10s-OLinuXino-M_defconfig 
b/configs/A10s-OLinuXino-M_defconfig
index f206970..7a7d863 100644
--- a/configs/A10s-OLinuXino-M_defconfig
+++ b/configs/A10s-OLinuXino-M_defconfig
@@ -1,5 +1,5 @@
 CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS=A10S_OLINUXINO_M,SPL,AXP152_POWER,SUNXI_EMAC,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPB(10)
+CONFIG_SYS_EXTRA_OPTIONS=A10S_OLINUXINO_M,AXP152_POWER,SUNXI_EMAC,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPB(10)
 CONFIG_FTDFILE=sun5i-a10s-olinuxino-micro.dtb
 +S:CONFIG_ARM=y
 +S:CONFIG_TARGET_SUN5I=y
diff --git a/configs/A13-OLinuXinoM_defconfig b/configs/A13-OLinuXinoM_defconfig
index 8529dbe..61ec592 100644
--- a/configs/A13-OLinuXinoM_defconfig
+++ b/configs/A13-OLinuXinoM_defconfig
@@ -1,5 +1,5 @@
 CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS=A13_OLINUXINOM,SPL,CONS_INDEX=2,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(11)
+CONFIG_SYS_EXTRA_OPTIONS=A13_OLINUXINOM,CONS_INDEX=2,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(11)
 CONFIG_FTDFILE=sun5i-a13-olinuxino-micro.dtb
 +S:CONFIG_ARM=y
 +S:CONFIG_TARGET_SUN5I=y
diff --git a/configs/A13-OLinuXino_defconfig b/configs/A13-OLinuXino_defconfig
index c3a12cc..d181cc0 100644
--- a/configs/A13-OLinuXino_defconfig
+++ b/configs/A13-OLinuXino_defconfig
@@ -1,5 +1,5 @@
 CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS=A13_OLINUXINO,SPL,CONS_INDEX=2,AXP209_POWER,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(11)
+CONFIG_SYS_EXTRA_OPTIONS=A13_OLINUXINO,CONS_INDEX=2,AXP209_POWER,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(11)
 CONFIG_FTDFILE=sun5i-a13-olinuxino.dtb
 +S:CONFIG_ARM=y
 +S:CONFIG_TARGET_SUN5I=y
diff --git a/configs/A20-OLinuXino_MICRO_defconfig 
b/configs/A20-OLinuXino_MICRO_defconfig
index c91319d..89b6e37 100644
--- a/configs/A20-OLinuXino_MICRO_defconfig
+++ b/configs/A20-OLinuXino_MICRO_defconfig
@@ -1,5 +1,5 @@
 CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS=A20_OLINUXINO_M,SPL,AXP209_POWER,SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPB(8),USB_EHCI
+CONFIG_SYS_EXTRA_OPTIONS=A20_OLINUXINO_M,AXP209_POWER,SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPB(8),USB_EHCI
 CONFIG_FTDFILE=sun7i-a20-olinuxino-micro.dtb
 +S:CONFIG_ARM=y
 +S:CONFIG_TARGET_SUN7I=y
diff --git a/configs/Auxtek-T004_defconfig b/configs/Auxtek-T004_defconfig
index 193019c..d3c5f8e 100644
--- a/configs/Auxtek-T004_defconfig
+++ b/configs/Auxtek-T004_defconfig
@@ -1,5 +1,5 @@
 CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS=AUXTEK_T004,SPL,AXP152_POWER,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(13)
+CONFIG_SYS_EXTRA_OPTIONS=AUXTEK_T004,AXP152_POWER,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(13)
 CONFIG_FTDFILE=sun5i-a10s-auxtek-t004.dtb
 +S:CONFIG_ARM=y
 +S:CONFIG_TARGET_SUN5I=y
diff --git a/configs/Bananapi_defconfig b/configs/Bananapi_defconfig
index dc68469..2da2d36 100644
--- a/configs/Bananapi_defconfig
+++ b/configs/Bananapi_defconfig
@@ -1,5 +1,5 @@
 CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS=BANANAPI,SPL,AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI
+CONFIG_SYS_EXTRA_OPTIONS=BANANAPI,AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI
 CONFIG_FTDFILE=sun7i-a20-bananapi.dtb
 +S:CONFIG_ARM=y
 +S:CONFIG_TARGET_SUN7I=y
diff --git a/configs/Cubieboard2_defconfig b/configs/Cubieboard2_defconfig
index df87edc..448c767 100644
--- a/configs/Cubieboard2_defconfig
+++ b/configs/Cubieboard2_defconfig
@@ -1,5 +1,5 @@
 CONFIG_SPL=y

Re: [U-Boot] [PATCH] kconfig: remove redundant SPL from CONFIG_SYS_EXTRA_OPTIONS

2014-08-31 Thread Ian Campbell
On Sun, 2014-08-31 at 22:32 +0900, Masahiro Yamada wrote:
 CONFIG_SPL is defined as a primary option in Kconfig.
 It should not be added to CONFIG_SYS_EXTRA_OPTIONS.
 
 Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com

Looks good to me. Build tested on Cubietruck (in an airport, so no
runtime test).

Acked-by: Ian Campbell i...@hellion.org.uk

 ---
 
  configs/A10-OLinuXino-Lime_defconfig  | 2 +-
  configs/A10s-OLinuXino-M_defconfig| 2 +-
  configs/A13-OLinuXinoM_defconfig  | 2 +-
  configs/A13-OLinuXino_defconfig   | 2 +-
  configs/A20-OLinuXino_MICRO_defconfig | 2 +-
  configs/Auxtek-T004_defconfig | 2 +-
  configs/Bananapi_defconfig| 2 +-
  configs/Cubieboard2_defconfig | 2 +-
  configs/Cubieboard_defconfig  | 2 +-
  configs/Cubietruck_defconfig  | 2 +-
  configs/Linksprite_pcDuino3_defconfig | 2 +-
  configs/Mele_A1000G_defconfig | 2 +-
  configs/Mele_A1000_defconfig  | 2 +-
  configs/Mini-X-1Gb_defconfig  | 2 +-
  configs/Mini-X_defconfig  | 2 +-
  configs/ba10_tv_box_defconfig | 2 +-
  configs/gwventana_defconfig   | 2 +-
  configs/i12-tvbox_defconfig   | 2 +-
  configs/qt840a_defconfig  | 2 +-
  configs/r7-tv-dongle_defconfig| 2 +-
  20 files changed, 20 insertions(+), 20 deletions(-)
 
 diff --git a/configs/A10-OLinuXino-Lime_defconfig 
 b/configs/A10-OLinuXino-Lime_defconfig
 index b93ae7d..37f12b3 100644
 --- a/configs/A10-OLinuXino-Lime_defconfig
 +++ b/configs/A10-OLinuXino-Lime_defconfig
 @@ -1,5 +1,5 @@
  CONFIG_SPL=y
 -CONFIG_SYS_EXTRA_OPTIONS=A10_OLINUXINO_L,SPL,AXP209_POWER,SUNXI_EMAC,AHCI,SATAPWR=SUNXI_GPC(3),USB_EHCI
 +CONFIG_SYS_EXTRA_OPTIONS=A10_OLINUXINO_L,AXP209_POWER,SUNXI_EMAC,AHCI,SATAPWR=SUNXI_GPC(3),USB_EHCI
  CONFIG_FTDFILE=sun4i-a10-olinuxino-lime.dtb
  +S:CONFIG_ARM=y
  +S:CONFIG_TARGET_SUN4I=y
 diff --git a/configs/A10s-OLinuXino-M_defconfig 
 b/configs/A10s-OLinuXino-M_defconfig
 index f206970..7a7d863 100644
 --- a/configs/A10s-OLinuXino-M_defconfig
 +++ b/configs/A10s-OLinuXino-M_defconfig
 @@ -1,5 +1,5 @@
  CONFIG_SPL=y
 -CONFIG_SYS_EXTRA_OPTIONS=A10S_OLINUXINO_M,SPL,AXP152_POWER,SUNXI_EMAC,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPB(10)
 +CONFIG_SYS_EXTRA_OPTIONS=A10S_OLINUXINO_M,AXP152_POWER,SUNXI_EMAC,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPB(10)
  CONFIG_FTDFILE=sun5i-a10s-olinuxino-micro.dtb
  +S:CONFIG_ARM=y
  +S:CONFIG_TARGET_SUN5I=y
 diff --git a/configs/A13-OLinuXinoM_defconfig 
 b/configs/A13-OLinuXinoM_defconfig
 index 8529dbe..61ec592 100644
 --- a/configs/A13-OLinuXinoM_defconfig
 +++ b/configs/A13-OLinuXinoM_defconfig
 @@ -1,5 +1,5 @@
  CONFIG_SPL=y
 -CONFIG_SYS_EXTRA_OPTIONS=A13_OLINUXINOM,SPL,CONS_INDEX=2,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(11)
 +CONFIG_SYS_EXTRA_OPTIONS=A13_OLINUXINOM,CONS_INDEX=2,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(11)
  CONFIG_FTDFILE=sun5i-a13-olinuxino-micro.dtb
  +S:CONFIG_ARM=y
  +S:CONFIG_TARGET_SUN5I=y
 diff --git a/configs/A13-OLinuXino_defconfig b/configs/A13-OLinuXino_defconfig
 index c3a12cc..d181cc0 100644
 --- a/configs/A13-OLinuXino_defconfig
 +++ b/configs/A13-OLinuXino_defconfig
 @@ -1,5 +1,5 @@
  CONFIG_SPL=y
 -CONFIG_SYS_EXTRA_OPTIONS=A13_OLINUXINO,SPL,CONS_INDEX=2,AXP209_POWER,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(11)
 +CONFIG_SYS_EXTRA_OPTIONS=A13_OLINUXINO,CONS_INDEX=2,AXP209_POWER,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(11)
  CONFIG_FTDFILE=sun5i-a13-olinuxino.dtb
  +S:CONFIG_ARM=y
  +S:CONFIG_TARGET_SUN5I=y
 diff --git a/configs/A20-OLinuXino_MICRO_defconfig 
 b/configs/A20-OLinuXino_MICRO_defconfig
 index c91319d..89b6e37 100644
 --- a/configs/A20-OLinuXino_MICRO_defconfig
 +++ b/configs/A20-OLinuXino_MICRO_defconfig
 @@ -1,5 +1,5 @@
  CONFIG_SPL=y
 -CONFIG_SYS_EXTRA_OPTIONS=A20_OLINUXINO_M,SPL,AXP209_POWER,SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPB(8),USB_EHCI
 +CONFIG_SYS_EXTRA_OPTIONS=A20_OLINUXINO_M,AXP209_POWER,SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPB(8),USB_EHCI
  CONFIG_FTDFILE=sun7i-a20-olinuxino-micro.dtb
  +S:CONFIG_ARM=y
  +S:CONFIG_TARGET_SUN7I=y
 diff --git a/configs/Auxtek-T004_defconfig b/configs/Auxtek-T004_defconfig
 index 193019c..d3c5f8e 100644
 --- a/configs/Auxtek-T004_defconfig
 +++ b/configs/Auxtek-T004_defconfig
 @@ -1,5 +1,5 @@
  CONFIG_SPL=y
 -CONFIG_SYS_EXTRA_OPTIONS=AUXTEK_T004,SPL,AXP152_POWER,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(13)
 +CONFIG_SYS_EXTRA_OPTIONS=AUXTEK_T004,AXP152_POWER,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(13)
  CONFIG_FTDFILE=sun5i-a10s-auxtek-t004.dtb
  +S:CONFIG_ARM=y
  +S:CONFIG_TARGET_SUN5I=y
 diff --git a/configs/Bananapi_defconfig b/configs/Bananapi_defconfig
 index dc68469..2da2d36 100644
 --- a/configs/Bananapi_defconfig
 +++ b/configs/Bananapi_defconfig
 @@ -1,5 +1,5 @@
  CONFIG_SPL=y
 -CONFIG_SYS_EXTRA_OPTIONS=BANANAPI,SPL,AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI
 +CONFIG_SYS_EXTRA_OPTIONS=BANANAPI,AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI