From: Markus Niebel <list-09@tqsc.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig
Date: Mon, 7 Sep 2015 14:37:43 +0200 [thread overview]
Message-ID: <55ED8517.9050705@tqsc.de> (raw)
In-Reply-To: <1441609189-20366-1-git-send-email-Peng.Fan@freescale.com>
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>
next prev parent reply other threads:[~2015-09-07 12:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2015-09-09 1:53 ` Troy Kisky
2015-09-09 6:37 ` Igor Grinberg
2015-09-13 8:38 ` Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55ED8517.9050705@tqsc.de \
--to=list-09@tqsc.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.