[PATCH master] ARM: i.MX6: fix DEBUG_LL use
Sascha Hauer
sha at pengutronix.de
Sun Apr 16 23:58:08 PDT 2023
On Fri, Apr 14, 2023 at 03:26:51PM +0200, Ahmad Fatoum wrote:
> Below mentioned commit added a select DEBUG_IMX_UART for all supported
> i.MX variants apart from the i.MX6Q. Let's do likewise there, so
> DEBUG_LL may be enabled without errors about missing PUTC_LL definition.
>
> Fixes: 0fff6cb9bb4f ("ARM: i.MX: Only provide PUTC_LL() when activated")
> Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
> ---
> common/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks
Sascha
>
> diff --git a/common/Kconfig b/common/Kconfig
> index d951947463a2..ac3df75acbc5 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -1342,6 +1342,7 @@ config DEBUG_IMX53_UART
> config DEBUG_IMX6Q_UART
> bool "i.MX6Q Debug UART"
> depends on ARCH_IMX6
> + select DEBUG_IMX_UART
> help
> Say Y here if you want kernel low-level debugging support
> on i.MX6Q.
> --
> 2.39.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list