From: Troy Kisky Date: Mon, 4 Nov 2019 02:20:05 +0000 (-0800) Subject: ARM: i.MX6: TARGET_NITROGEN6X: add 'select MX6QDL' X-Git-Tag: v2020.01~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d7e2bcc717da7d9b4774411f0903a3747797b0;p=pandora-u-boot.git ARM: i.MX6: TARGET_NITROGEN6X: add 'select MX6QDL' 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 Reviewed-by: Fabio Estevam --- diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index ef816a24ffa..1e5df9ae44a 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -424,6 +424,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"