* [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig
@ 2015-09-07 6:59 Peng Fan
2015-09-07 6:59 ` [U-Boot] [PATCH 2/2] imx: mx6 discard 'select CPU_V7' for different targets Peng Fan
` (6 more replies)
0 siblings, 7 replies; 10+ messages in thread
From: Peng Fan @ 2015-09-07 6:59 UTC (permalink / raw)
To: u-boot
Remove duplicated SYS_SOC Kconfig entry from board Kconfig,
because we have this entry in arch/arm/cpu/armv7/mx6/Kconfig.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Troy Kisky <troy.kisky@boundarydevices.com>
Cc: Nikita Kiryanov <nikita@compulab.co.il>
Cc: "Eric B?nard" <eric@eukrea.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Tim Harvey <tharvey@gateworks.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Markus Niebel <Markus.Niebel@tq-group.com>
Cc: Otavio Salvador <otavio@ossystems.com.br>
---
board/aristainetos/Kconfig | 9 ---------
board/bachmann/ot1200/Kconfig | 3 ---
board/barco/platinum/Kconfig | 6 ------
board/barco/titanium/Kconfig | 3 ---
board/boundary/nitrogen6x/Kconfig | 3 ---
board/compulab/cm_fx6/Kconfig | 3 ---
board/congatec/cgtqmx6eval/Kconfig | 3 ---
board/embest/mx6boards/Kconfig | 3 ---
board/freescale/mx6qarm2/Kconfig | 3 ---
board/freescale/mx6qsabreauto/Kconfig | 3 ---
board/freescale/mx6sabresd/Kconfig | 3 ---
board/freescale/mx6slevk/Kconfig | 3 ---
board/freescale/mx6sxsabresd/Kconfig | 3 ---
board/freescale/mx6ul_14x14_evk/Kconfig | 3 ---
board/gateworks/gw_ventana/Kconfig | 3 ---
board/kosagi/novena/Kconfig | 3 ---
board/solidrun/mx6cuboxi/Kconfig | 3 ---
board/tqc/tqma6/Kconfig | 3 ---
board/udoo/Kconfig | 3 ---
board/wandboard/Kconfig | 3 ---
board/warp/Kconfig | 3 ---
21 files changed, 72 deletions(-)
diff --git a/board/aristainetos/Kconfig b/board/aristainetos/Kconfig
index e987f38..e416c9a 100644
--- a/board/aristainetos/Kconfig
+++ b/board/aristainetos/Kconfig
@@ -3,9 +3,6 @@ if TARGET_ARISTAINETOS
config SYS_BOARD
default "aristainetos"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "aristainetos"
@@ -16,9 +13,6 @@ if TARGET_ARISTAINETOS2
config SYS_BOARD
default "aristainetos"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "aristainetos2"
@@ -29,9 +23,6 @@ if TARGET_ARISTAINETOS2B
config SYS_BOARD
default "aristainetos"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "aristainetos2b"
diff --git a/board/bachmann/ot1200/Kconfig b/board/bachmann/ot1200/Kconfig
index 7f8a6a1..4ccb60a 100644
--- a/board/bachmann/ot1200/Kconfig
+++ b/board/bachmann/ot1200/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "bachmann"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "ot1200"
diff --git a/board/barco/platinum/Kconfig b/board/barco/platinum/Kconfig
index 8bbad24..cc0648c 100644
--- a/board/barco/platinum/Kconfig
+++ b/board/barco/platinum/Kconfig
@@ -6,9 +6,6 @@ config SYS_CPU
config SYS_VENDOR
default "barco"
-config SYS_SOC
- default "mx6"
-
config SYS_BOARD
default "platinum"
@@ -25,9 +22,6 @@ config SYS_CPU
config SYS_VENDOR
default "barco"
-config SYS_SOC
- default "mx6"
-
config SYS_BOARD
default "platinum"
diff --git a/board/barco/titanium/Kconfig b/board/barco/titanium/Kconfig
index b6f7c85..21bc36e 100644
--- a/board/barco/titanium/Kconfig
+++ b/board/barco/titanium/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "barco"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "titanium"
diff --git a/board/boundary/nitrogen6x/Kconfig b/board/boundary/nitrogen6x/Kconfig
index 03b0f6f..f4db56d 100644
--- a/board/boundary/nitrogen6x/Kconfig
+++ b/board/boundary/nitrogen6x/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "boundary"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "nitrogen6x"
diff --git a/board/compulab/cm_fx6/Kconfig b/board/compulab/cm_fx6/Kconfig
index 508c21f..59070c5 100644
--- a/board/compulab/cm_fx6/Kconfig
+++ b/board/compulab/cm_fx6/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "compulab"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "cm_fx6"
diff --git a/board/congatec/cgtqmx6eval/Kconfig b/board/congatec/cgtqmx6eval/Kconfig
index 0a837bd..773551b 100644
--- a/board/congatec/cgtqmx6eval/Kconfig
+++ b/board/congatec/cgtqmx6eval/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "congatec"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "cgtqmx6eval"
diff --git a/board/embest/mx6boards/Kconfig b/board/embest/mx6boards/Kconfig
index 53a39d3..24d01f2 100644
--- a/board/embest/mx6boards/Kconfig
+++ b/board/embest/mx6boards/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "embest"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "embestmx6boards"
diff --git a/board/freescale/mx6qarm2/Kconfig b/board/freescale/mx6qarm2/Kconfig
index 4af33af..8ab8b46 100644
--- a/board/freescale/mx6qarm2/Kconfig
+++ b/board/freescale/mx6qarm2/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "freescale"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "mx6qarm2"
diff --git a/board/freescale/mx6qsabreauto/Kconfig b/board/freescale/mx6qsabreauto/Kconfig
index cc2a140..e579c0f 100644
--- a/board/freescale/mx6qsabreauto/Kconfig
+++ b/board/freescale/mx6qsabreauto/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "freescale"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "mx6qsabreauto"
diff --git a/board/freescale/mx6sabresd/Kconfig b/board/freescale/mx6sabresd/Kconfig
index fa6ddb2..e87dea0 100644
--- a/board/freescale/mx6sabresd/Kconfig
+++ b/board/freescale/mx6sabresd/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "freescale"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "mx6sabresd"
diff --git a/board/freescale/mx6slevk/Kconfig b/board/freescale/mx6slevk/Kconfig
index d32da90..18482b5 100644
--- a/board/freescale/mx6slevk/Kconfig
+++ b/board/freescale/mx6slevk/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "freescale"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "mx6slevk"
diff --git a/board/freescale/mx6sxsabresd/Kconfig b/board/freescale/mx6sxsabresd/Kconfig
index 940983e..fcfac0a 100644
--- a/board/freescale/mx6sxsabresd/Kconfig
+++ b/board/freescale/mx6sxsabresd/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "freescale"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "mx6sxsabresd"
diff --git a/board/freescale/mx6ul_14x14_evk/Kconfig b/board/freescale/mx6ul_14x14_evk/Kconfig
index eda02c9..8210cd3 100644
--- a/board/freescale/mx6ul_14x14_evk/Kconfig
+++ b/board/freescale/mx6ul_14x14_evk/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "freescale"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "mx6ul_14x14_evk"
diff --git a/board/gateworks/gw_ventana/Kconfig b/board/gateworks/gw_ventana/Kconfig
index c233e90..ccce98e 100644
--- a/board/gateworks/gw_ventana/Kconfig
+++ b/board/gateworks/gw_ventana/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "gateworks"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "gw_ventana"
diff --git a/board/kosagi/novena/Kconfig b/board/kosagi/novena/Kconfig
index 94f1754..c5cbaab 100644
--- a/board/kosagi/novena/Kconfig
+++ b/board/kosagi/novena/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "kosagi"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "novena"
diff --git a/board/solidrun/mx6cuboxi/Kconfig b/board/solidrun/mx6cuboxi/Kconfig
index 31d88b2..741c175 100644
--- a/board/solidrun/mx6cuboxi/Kconfig
+++ b/board/solidrun/mx6cuboxi/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "solidrun"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "mx6cuboxi"
diff --git a/board/tqc/tqma6/Kconfig b/board/tqc/tqma6/Kconfig
index dbd8787..5dafa38 100644
--- a/board/tqc/tqma6/Kconfig
+++ b/board/tqc/tqma6/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "tqc"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "tqma6"
diff --git a/board/udoo/Kconfig b/board/udoo/Kconfig
index 970f39f..78617a2 100644
--- a/board/udoo/Kconfig
+++ b/board/udoo/Kconfig
@@ -3,9 +3,6 @@ if TARGET_UDOO
config SYS_BOARD
default "udoo"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "udoo"
diff --git a/board/wandboard/Kconfig b/board/wandboard/Kconfig
index 3928566..def6369 100644
--- a/board/wandboard/Kconfig
+++ b/board/wandboard/Kconfig
@@ -3,9 +3,6 @@ if TARGET_WANDBOARD
config SYS_BOARD
default "wandboard"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "wandboard"
diff --git a/board/warp/Kconfig b/board/warp/Kconfig
index 7b569cc..dc02636 100644
--- a/board/warp/Kconfig
+++ b/board/warp/Kconfig
@@ -3,9 +3,6 @@ if TARGET_WARP
config SYS_BOARD
default "warp"
-config SYS_SOC
- default "mx6"
-
config SYS_CONFIG_NAME
default "warp"
--
1.8.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH 2/2] imx: mx6 discard 'select CPU_V7' for different targets
2015-09-07 6:59 [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Peng Fan
@ 2015-09-07 6:59 ` Peng Fan
2015-09-13 8:40 ` Stefano Babic
2015-09-07 9:20 ` [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Stefan Roese
` (5 subsequent siblings)
6 siblings, 1 reply; 10+ messages in thread
From: Peng Fan @ 2015-09-07 6:59 UTC (permalink / raw)
To: u-boot
Discard the 'select CPU_V7' from Kconfig in arch/arm/cpu/armv7/mx6
for different targets, because ARCH_MX6 selects CPU_V7.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
---
arch/arm/cpu/armv7/mx6/Kconfig | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index b3f7eaf..0b02e9e 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -35,19 +35,15 @@ choice
config TARGET_ARISTAINETOS
bool "aristainetos"
- select CPU_V7
config TARGET_ARISTAINETOS2
bool "aristainetos2"
- select CPU_V7
config TARGET_ARISTAINETOS2B
bool "Support aristainetos2-revB"
- select CPU_V7
config TARGET_CGTQMX6EVAL
bool "cgtqmx6eval"
- select CPU_V7
config TARGET_CM_FX6
bool "CM-FX6"
@@ -58,48 +54,39 @@ config TARGET_CM_FX6
config TARGET_EMBESTMX6BOARDS
bool "embestmx6boards"
- select CPU_V7
config TARGET_GW_VENTANA
bool "gw_ventana"
- select CPU_V7
select SUPPORT_SPL
config TARGET_KOSAGI_NOVENA
bool "Kosagi Novena"
- select CPU_V7
select SUPPORT_SPL
config TARGET_MX6CUBOXI
bool "Solid-run mx6 boards"
- select CPU_V7
select SUPPORT_SPL
config TARGET_MX6QARM2
bool "mx6qarm2"
- select CPU_V7
config TARGET_MX6QSABREAUTO
bool "mx6qsabreauto"
- select CPU_V7
select DM
select DM_THERMAL
config TARGET_MX6SABRESD
bool "mx6sabresd"
- select CPU_V7
select SUPPORT_SPL
select DM
select DM_THERMAL
config TARGET_MX6SLEVK
bool "mx6slevk"
- select CPU_V7
select SUPPORT_SPL
config TARGET_MX6SXSABRESD
bool "mx6sxsabresd"
- select CPU_V7
select SUPPORT_SPL
select DM
select DM_THERMAL
@@ -107,7 +94,6 @@ config TARGET_MX6SXSABRESD
config TARGET_MX6UL_9X9_EVK
bool "mx6ul_9x9_evk"
select MX6UL
- select CPU_V7
select DM
select DM_THERMAL
select SUPPORT_SPL
@@ -115,28 +101,23 @@ config TARGET_MX6UL_9X9_EVK
config TARGET_MX6UL_14X14_EVK
bool "mx6ul_14x14_evk"
select MX6UL
- select CPU_V7
select DM
select DM_THERMAL
select SUPPORT_SPL
config TARGET_NITROGEN6X
bool "nitrogen6x"
- select CPU_V7
config TARGET_OT1200
bool "Bachmann OT1200"
- select CPU_V7
select SUPPORT_SPL
config TARGET_PLATINUM_PICON
bool "platinum-picon"
- select CPU_V7
select SUPPORT_SPL
config TARGET_PLATINUM_TITANIUM
bool "platinum-titanium"
- select CPU_V7
select SUPPORT_SPL
config TARGET_SECOMX6
@@ -144,28 +125,23 @@ config TARGET_SECOMX6
config TARGET_TBS2910
bool "TBS2910 Matrix ARM mini PC"
- select CPU_V7
config TARGET_TITANIUM
bool "titanium"
- select CPU_V7
config TARGET_TQMA6
bool "TQ Systems TQMa6 board"
config TARGET_UDOO
bool "udoo"
- select CPU_V7
select SUPPORT_SPL
config TARGET_WANDBOARD
bool "wandboard"
- select CPU_V7
select SUPPORT_SPL
config TARGET_WARP
bool "WaRP"
- select CPU_V7
endchoice
--
1.8.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig
2015-09-07 6:59 [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Peng Fan
2015-09-07 6:59 ` [U-Boot] [PATCH 2/2] imx: mx6 discard 'select CPU_V7' for different targets Peng Fan
@ 2015-09-07 9:20 ` Stefan Roese
2015-09-07 9:27 ` Marek Vasut
2015-09-07 10:07 ` Christian Gmeiner
` (4 subsequent siblings)
6 siblings, 1 reply; 10+ messages in thread
From: Stefan Roese @ 2015-09-07 9:20 UTC (permalink / raw)
To: u-boot
On 07.09.2015 08:59, Peng Fan wrote:
> Remove duplicated SYS_SOC Kconfig entry from board Kconfig,
> because we have this entry in arch/arm/cpu/armv7/mx6/Kconfig.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Troy Kisky <troy.kisky@boundarydevices.com>
> Cc: Nikita Kiryanov <nikita@compulab.co.il>
> Cc: "Eric B?nard" <eric@eukrea.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Tim Harvey <tharvey@gateworks.com>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Markus Niebel <Markus.Niebel@tq-group.com>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
For the board I maintain:
Acked-by: Stefan Roese <sr@denx.de>
Thanks,
Stefan
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig
2015-09-07 9:20 ` [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Stefan Roese
@ 2015-09-07 9:27 ` Marek Vasut
0 siblings, 0 replies; 10+ messages in thread
From: Marek Vasut @ 2015-09-07 9:27 UTC (permalink / raw)
To: u-boot
On Monday, September 07, 2015 at 11:20:03 AM, Stefan Roese wrote:
> On 07.09.2015 08:59, Peng Fan wrote:
> > Remove duplicated SYS_SOC Kconfig entry from board Kconfig,
> > because we have this entry in arch/arm/cpu/armv7/mx6/Kconfig.
> >
> > Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> > Cc: Stefano Babic <sbabic@denx.de>
> > Cc: Heiko Schocher <hs@denx.de>
> > Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> > Cc: Stefan Roese <sr@denx.de>
> > Cc: Troy Kisky <troy.kisky@boundarydevices.com>
> > Cc: Nikita Kiryanov <nikita@compulab.co.il>
> > Cc: "Eric B?nard" <eric@eukrea.com>
> > Cc: Fabio Estevam <fabio.estevam@freescale.com>
> > Cc: Tim Harvey <tharvey@gateworks.com>
> > Cc: Marek Vasut <marex@denx.de>
> > Cc: Markus Niebel <Markus.Niebel@tq-group.com>
> > Cc: Otavio Salvador <otavio@ossystems.com.br>
>
> For the board I maintain:
>
> Acked-by: Stefan Roese <sr@denx.de>
For Novena:
Acked-by: Marek Vasut <marex@denx.de>
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig
2015-09-07 6:59 [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Peng Fan
2015-09-07 6:59 ` [U-Boot] [PATCH 2/2] imx: mx6 discard 'select CPU_V7' for different targets Peng Fan
2015-09-07 9:20 ` [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Stefan Roese
@ 2015-09-07 10:07 ` Christian Gmeiner
2015-09-07 12:37 ` Markus Niebel
` (3 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Christian Gmeiner @ 2015-09-07 10:07 UTC (permalink / raw)
To: u-boot
2015-09-07 8:59 GMT+02:00 Peng Fan <Peng.Fan@freescale.com>:
> Remove duplicated SYS_SOC Kconfig entry from board Kconfig,
> because we have this entry in arch/arm/cpu/armv7/mx6/Kconfig.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Troy Kisky <troy.kisky@boundarydevices.com>
> Cc: Nikita Kiryanov <nikita@compulab.co.il>
> Cc: "Eric B?nard" <eric@eukrea.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Tim Harvey <tharvey@gateworks.com>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Markus Niebel <Markus.Niebel@tq-group.com>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
For ot1200:
Acked-by: Christian Gmeiner <christian.gmeiner@gmail.com>
greets
--
Christian Gmeiner, MSc
https://soundcloud.com/christian-gmeiner
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig
2015-09-07 6:59 [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Peng Fan
` (2 preceding siblings ...)
2015-09-07 10:07 ` Christian Gmeiner
@ 2015-09-07 12:37 ` Markus Niebel
2015-09-09 1:53 ` Troy Kisky
` (2 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Markus Niebel @ 2015-09-07 12:37 UTC (permalink / raw)
To: u-boot
Hello,
Am 07.09.2015 um 08:59 schrieb Peng Fan:
> Remove duplicated SYS_SOC Kconfig entry from board Kconfig,
> because we have this entry in arch/arm/cpu/armv7/mx6/Kconfig.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Troy Kisky <troy.kisky@boundarydevices.com>
> Cc: Nikita Kiryanov <nikita@compulab.co.il>
> Cc: "Eric B?nard" <eric@eukrea.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Tim Harvey <tharvey@gateworks.com>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Markus Niebel <Markus.Niebel@tq-group.com>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
> ---
> board/aristainetos/Kconfig | 9 ---------
> board/bachmann/ot1200/Kconfig | 3 ---
> board/barco/platinum/Kconfig | 6 ------
> board/barco/titanium/Kconfig | 3 ---
> board/boundary/nitrogen6x/Kconfig | 3 ---
> board/compulab/cm_fx6/Kconfig | 3 ---
> board/congatec/cgtqmx6eval/Kconfig | 3 ---
> board/embest/mx6boards/Kconfig | 3 ---
> board/freescale/mx6qarm2/Kconfig | 3 ---
> board/freescale/mx6qsabreauto/Kconfig | 3 ---
> board/freescale/mx6sabresd/Kconfig | 3 ---
> board/freescale/mx6slevk/Kconfig | 3 ---
> board/freescale/mx6sxsabresd/Kconfig | 3 ---
> board/freescale/mx6ul_14x14_evk/Kconfig | 3 ---
> board/gateworks/gw_ventana/Kconfig | 3 ---
> board/kosagi/novena/Kconfig | 3 ---
> board/solidrun/mx6cuboxi/Kconfig | 3 ---
> board/tqc/tqma6/Kconfig | 3 ---
> board/udoo/Kconfig | 3 ---
> board/wandboard/Kconfig | 3 ---
> board/warp/Kconfig | 3 ---
> 21 files changed, 72 deletions(-)
>
> diff --git a/board/aristainetos/Kconfig b/board/aristainetos/Kconfig
> index e987f38..e416c9a 100644
> --- a/board/aristainetos/Kconfig
> +++ b/board/aristainetos/Kconfig
> @@ -3,9 +3,6 @@ if TARGET_ARISTAINETOS
> config SYS_BOARD
> default "aristainetos"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "aristainetos"
>
> @@ -16,9 +13,6 @@ if TARGET_ARISTAINETOS2
> config SYS_BOARD
> default "aristainetos"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "aristainetos2"
>
> @@ -29,9 +23,6 @@ if TARGET_ARISTAINETOS2B
> config SYS_BOARD
> default "aristainetos"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "aristainetos2b"
>
> diff --git a/board/bachmann/ot1200/Kconfig b/board/bachmann/ot1200/Kconfig
> index 7f8a6a1..4ccb60a 100644
> --- a/board/bachmann/ot1200/Kconfig
> +++ b/board/bachmann/ot1200/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "bachmann"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "ot1200"
>
> diff --git a/board/barco/platinum/Kconfig b/board/barco/platinum/Kconfig
> index 8bbad24..cc0648c 100644
> --- a/board/barco/platinum/Kconfig
> +++ b/board/barco/platinum/Kconfig
> @@ -6,9 +6,6 @@ config SYS_CPU
> config SYS_VENDOR
> default "barco"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_BOARD
> default "platinum"
>
> @@ -25,9 +22,6 @@ config SYS_CPU
> config SYS_VENDOR
> default "barco"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_BOARD
> default "platinum"
>
> diff --git a/board/barco/titanium/Kconfig b/board/barco/titanium/Kconfig
> index b6f7c85..21bc36e 100644
> --- a/board/barco/titanium/Kconfig
> +++ b/board/barco/titanium/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "barco"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "titanium"
>
> diff --git a/board/boundary/nitrogen6x/Kconfig b/board/boundary/nitrogen6x/Kconfig
> index 03b0f6f..f4db56d 100644
> --- a/board/boundary/nitrogen6x/Kconfig
> +++ b/board/boundary/nitrogen6x/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "boundary"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "nitrogen6x"
>
> diff --git a/board/compulab/cm_fx6/Kconfig b/board/compulab/cm_fx6/Kconfig
> index 508c21f..59070c5 100644
> --- a/board/compulab/cm_fx6/Kconfig
> +++ b/board/compulab/cm_fx6/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "compulab"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "cm_fx6"
>
> diff --git a/board/congatec/cgtqmx6eval/Kconfig b/board/congatec/cgtqmx6eval/Kconfig
> index 0a837bd..773551b 100644
> --- a/board/congatec/cgtqmx6eval/Kconfig
> +++ b/board/congatec/cgtqmx6eval/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "congatec"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "cgtqmx6eval"
>
> diff --git a/board/embest/mx6boards/Kconfig b/board/embest/mx6boards/Kconfig
> index 53a39d3..24d01f2 100644
> --- a/board/embest/mx6boards/Kconfig
> +++ b/board/embest/mx6boards/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "embest"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "embestmx6boards"
>
> diff --git a/board/freescale/mx6qarm2/Kconfig b/board/freescale/mx6qarm2/Kconfig
> index 4af33af..8ab8b46 100644
> --- a/board/freescale/mx6qarm2/Kconfig
> +++ b/board/freescale/mx6qarm2/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "freescale"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "mx6qarm2"
>
> diff --git a/board/freescale/mx6qsabreauto/Kconfig b/board/freescale/mx6qsabreauto/Kconfig
> index cc2a140..e579c0f 100644
> --- a/board/freescale/mx6qsabreauto/Kconfig
> +++ b/board/freescale/mx6qsabreauto/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "freescale"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "mx6qsabreauto"
>
> diff --git a/board/freescale/mx6sabresd/Kconfig b/board/freescale/mx6sabresd/Kconfig
> index fa6ddb2..e87dea0 100644
> --- a/board/freescale/mx6sabresd/Kconfig
> +++ b/board/freescale/mx6sabresd/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "freescale"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "mx6sabresd"
>
> diff --git a/board/freescale/mx6slevk/Kconfig b/board/freescale/mx6slevk/Kconfig
> index d32da90..18482b5 100644
> --- a/board/freescale/mx6slevk/Kconfig
> +++ b/board/freescale/mx6slevk/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "freescale"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "mx6slevk"
>
> diff --git a/board/freescale/mx6sxsabresd/Kconfig b/board/freescale/mx6sxsabresd/Kconfig
> index 940983e..fcfac0a 100644
> --- a/board/freescale/mx6sxsabresd/Kconfig
> +++ b/board/freescale/mx6sxsabresd/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "freescale"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "mx6sxsabresd"
>
> diff --git a/board/freescale/mx6ul_14x14_evk/Kconfig b/board/freescale/mx6ul_14x14_evk/Kconfig
> index eda02c9..8210cd3 100644
> --- a/board/freescale/mx6ul_14x14_evk/Kconfig
> +++ b/board/freescale/mx6ul_14x14_evk/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "freescale"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "mx6ul_14x14_evk"
>
> diff --git a/board/gateworks/gw_ventana/Kconfig b/board/gateworks/gw_ventana/Kconfig
> index c233e90..ccce98e 100644
> --- a/board/gateworks/gw_ventana/Kconfig
> +++ b/board/gateworks/gw_ventana/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "gateworks"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "gw_ventana"
>
> diff --git a/board/kosagi/novena/Kconfig b/board/kosagi/novena/Kconfig
> index 94f1754..c5cbaab 100644
> --- a/board/kosagi/novena/Kconfig
> +++ b/board/kosagi/novena/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "kosagi"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "novena"
>
> diff --git a/board/solidrun/mx6cuboxi/Kconfig b/board/solidrun/mx6cuboxi/Kconfig
> index 31d88b2..741c175 100644
> --- a/board/solidrun/mx6cuboxi/Kconfig
> +++ b/board/solidrun/mx6cuboxi/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "solidrun"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "mx6cuboxi"
>
> diff --git a/board/tqc/tqma6/Kconfig b/board/tqc/tqma6/Kconfig
> index dbd8787..5dafa38 100644
> --- a/board/tqc/tqma6/Kconfig
> +++ b/board/tqc/tqma6/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "tqc"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "tqma6"
>
> diff --git a/board/udoo/Kconfig b/board/udoo/Kconfig
> index 970f39f..78617a2 100644
> --- a/board/udoo/Kconfig
> +++ b/board/udoo/Kconfig
> @@ -3,9 +3,6 @@ if TARGET_UDOO
> config SYS_BOARD
> default "udoo"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "udoo"
>
> diff --git a/board/wandboard/Kconfig b/board/wandboard/Kconfig
> index 3928566..def6369 100644
> --- a/board/wandboard/Kconfig
> +++ b/board/wandboard/Kconfig
> @@ -3,9 +3,6 @@ if TARGET_WANDBOARD
> config SYS_BOARD
> default "wandboard"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "wandboard"
>
> diff --git a/board/warp/Kconfig b/board/warp/Kconfig
> index 7b569cc..dc02636 100644
> --- a/board/warp/Kconfig
> +++ b/board/warp/Kconfig
> @@ -3,9 +3,6 @@ if TARGET_WARP
> config SYS_BOARD
> default "warp"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "warp"
>
>
for tqma6:
Acked-by: Markus Niebel <Markus.Niebel@tq-group.com>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig
2015-09-07 6:59 [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Peng Fan
` (3 preceding siblings ...)
2015-09-07 12:37 ` Markus Niebel
@ 2015-09-09 1:53 ` Troy Kisky
2015-09-09 6:37 ` Igor Grinberg
2015-09-13 8:38 ` Stefano Babic
6 siblings, 0 replies; 10+ messages in thread
From: Troy Kisky @ 2015-09-09 1:53 UTC (permalink / raw)
To: u-boot
On 9/6/2015 11:59 PM, Peng Fan wrote:
> Remove duplicated SYS_SOC Kconfig entry from board Kconfig,
> because we have this entry in arch/arm/cpu/armv7/mx6/Kconfig.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Troy Kisky <troy.kisky@boundarydevices.com>
> Cc: Nikita Kiryanov <nikita@compulab.co.il>
> Cc: "Eric B?nard" <eric@eukrea.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Tim Harvey <tharvey@gateworks.com>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Markus Niebel <Markus.Niebel@tq-group.com>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
> ---
> board/aristainetos/Kconfig | 9 ---------
> board/bachmann/ot1200/Kconfig | 3 ---
> board/barco/platinum/Kconfig | 6 ------
> board/barco/titanium/Kconfig | 3 ---
> board/boundary/nitrogen6x/Kconfig | 3 ---
For nitrogen6x
Acked-by: Troy Kisky <troy.kisky@boundarydevices.com>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig
2015-09-07 6:59 [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Peng Fan
` (4 preceding siblings ...)
2015-09-09 1:53 ` Troy Kisky
@ 2015-09-09 6:37 ` Igor Grinberg
2015-09-13 8:38 ` Stefano Babic
6 siblings, 0 replies; 10+ messages in thread
From: Igor Grinberg @ 2015-09-09 6:37 UTC (permalink / raw)
To: u-boot
On 09/07/15 09:59, Peng Fan wrote:
> Remove duplicated SYS_SOC Kconfig entry from board Kconfig,
> because we have this entry in arch/arm/cpu/armv7/mx6/Kconfig.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Troy Kisky <troy.kisky@boundarydevices.com>
> Cc: Nikita Kiryanov <nikita@compulab.co.il>
> Cc: "Eric B?nard" <eric@eukrea.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Tim Harvey <tharvey@gateworks.com>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Markus Niebel <Markus.Niebel@tq-group.com>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
> ---
> board/aristainetos/Kconfig | 9 ---------
> board/bachmann/ot1200/Kconfig | 3 ---
> board/barco/platinum/Kconfig | 6 ------
> board/barco/titanium/Kconfig | 3 ---
> board/boundary/nitrogen6x/Kconfig | 3 ---
> board/compulab/cm_fx6/Kconfig | 3 ---
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
[...]
> diff --git a/board/compulab/cm_fx6/Kconfig b/board/compulab/cm_fx6/Kconfig
> index 508c21f..59070c5 100644
> --- a/board/compulab/cm_fx6/Kconfig
> +++ b/board/compulab/cm_fx6/Kconfig
> @@ -6,9 +6,6 @@ config SYS_BOARD
> config SYS_VENDOR
> default "compulab"
>
> -config SYS_SOC
> - default "mx6"
> -
> config SYS_CONFIG_NAME
> default "cm_fx6"
>
[...]
--
Regards,
Igor.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig
2015-09-07 6:59 [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Peng Fan
` (5 preceding siblings ...)
2015-09-09 6:37 ` Igor Grinberg
@ 2015-09-13 8:38 ` Stefano Babic
6 siblings, 0 replies; 10+ messages in thread
From: Stefano Babic @ 2015-09-13 8:38 UTC (permalink / raw)
To: u-boot
On 07/09/2015 08:59, Peng Fan wrote:
> Remove duplicated SYS_SOC Kconfig entry from board Kconfig,
> because we have this entry in arch/arm/cpu/armv7/mx6/Kconfig.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Troy Kisky <troy.kisky@boundarydevices.com>
> Cc: Nikita Kiryanov <nikita@compulab.co.il>
> Cc: "Eric B?nard" <eric@eukrea.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Tim Harvey <tharvey@gateworks.com>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Markus Niebel <Markus.Niebel@tq-group.com>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH 2/2] imx: mx6 discard 'select CPU_V7' for different targets
2015-09-07 6:59 ` [U-Boot] [PATCH 2/2] imx: mx6 discard 'select CPU_V7' for different targets Peng Fan
@ 2015-09-13 8:40 ` Stefano Babic
0 siblings, 0 replies; 10+ messages in thread
From: Stefano Babic @ 2015-09-13 8:40 UTC (permalink / raw)
To: u-boot
On 07/09/2015 08:59, Peng Fan wrote:
> Discard the 'select CPU_V7' from Kconfig in arch/arm/cpu/armv7/mx6
> for different targets, because ARCH_MX6 selects CPU_V7.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-09-13 8:40 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-07 6:59 [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Peng Fan
2015-09-07 6:59 ` [U-Boot] [PATCH 2/2] imx: mx6 discard 'select CPU_V7' for different targets Peng Fan
2015-09-13 8:40 ` Stefano Babic
2015-09-07 9:20 ` [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig Stefan Roese
2015-09-07 9:27 ` Marek Vasut
2015-09-07 10:07 ` Christian Gmeiner
2015-09-07 12:37 ` Markus Niebel
2015-09-09 1:53 ` Troy Kisky
2015-09-09 6:37 ` Igor Grinberg
2015-09-13 8:38 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox