diff mbox series

[U-Boot,v2,2/2] ARM: i.MX6: TARGET_NITROGEN6X: add 'select MX6QDL'

Message ID 20191104022005.1058-2-troy.kisky@boundarydevices.com
State Accepted
Commit 61d7e2bcc717da7d9b4774411f0903a3747797b0
Delegated to: Stefano Babic
Headers show
Series [U-Boot,v2,1/2] nitrogen6x: prepare for CONFIG_MX6QDL | expand

Commit Message

Troy Kisky Nov. 4, 2019, 2:20 a.m. UTC
This fixes commit <91435cd40d30> "ARM: i.MX6: exclude the ARM errata
 from i.MX6 UP system"

for nitrogen6x. The above commit removed the errata for the board
since MX6Q/MXDL/MX6S is selected via CONFIG_SYS_EXTRA_OPTIONS

This restores the errata configs.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>

---
Note:
marsboard, mx6qarm2, seem to have same problem.

v2: unchanged
---
 arch/arm/mach-imx/mx6/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Troy Kisky Dec. 17, 2019, 10:27 p.m. UTC | #1
On 11/3/2019 6:20 PM, Troy Kisky wrote:
> This fixes commit <91435cd40d30> "ARM: i.MX6: exclude the ARM errata
>  from i.MX6 UP system"
> 
> for nitrogen6x. The above commit removed the errata for the board
> since MX6Q/MXDL/MX6S is selected via CONFIG_SYS_EXTRA_OPTIONS
> 
> This restores the errata configs.
> 
> Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
> 
> ---
> Note:
> marsboard, mx6qarm2, seem to have same problem.
> 
> v2: unchanged
> ---
>  arch/arm/mach-imx/mx6/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
> index 00e3c486bc..3fa0b4b477 100644
> --- a/arch/arm/mach-imx/mx6/Kconfig
> +++ b/arch/arm/mach-imx/mx6/Kconfig
> @@ -417,6 +417,7 @@ config TARGET_NITROGEN6X
>  	imply USB_ETHER_MCS7830
>  	imply USB_ETHER_SMSC95XX
>  	imply USB_HOST_ETHER
> +	select MX6QDL
>  
>  config TARGET_OPOS6ULDEV
>  	bool "Armadeus OPOS6ULDev board"
> 

Could these two be applied for 2020.01?

Thanks
Troy
Fabio Estevam Dec. 17, 2019, 11:16 p.m. UTC | #2
On Sun, Nov 3, 2019 at 11:20 PM Troy Kisky
<troy.kisky@boundarydevices.com> wrote:
>
> This fixes commit <91435cd40d30> "ARM: i.MX6: exclude the ARM errata
>  from i.MX6 UP system"
>
> for nitrogen6x. The above commit removed the errata for the board
> since MX6Q/MXDL/MX6S is selected via CONFIG_SYS_EXTRA_OPTIONS
>
> This restores the errata configs.
>
> Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Stefano Babic Dec. 28, 2019, 10:49 a.m. UTC | #3
> This fixes commit <91435cd40d30> "ARM: i.MX6: exclude the ARM errata
>  from i.MX6 UP system"
> for nitrogen6x. The above commit removed the errata for the board
> since MX6Q/MXDL/MX6S is selected via CONFIG_SYS_EXTRA_OPTIONS
> This restores the errata configs.
> Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
index 00e3c486bc..3fa0b4b477 100644
--- a/arch/arm/mach-imx/mx6/Kconfig
+++ b/arch/arm/mach-imx/mx6/Kconfig
@@ -417,6 +417,7 @@  config TARGET_NITROGEN6X
 	imply USB_ETHER_MCS7830
 	imply USB_ETHER_SMSC95XX
 	imply USB_HOST_ETHER
+	select MX6QDL
 
 config TARGET_OPOS6ULDEV
 	bool "Armadeus OPOS6ULDev board"