mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH master] ARM: i.MX6: fix DEBUG_LL use
@ 2023-04-14 13:26 Ahmad Fatoum
  2023-04-17  6:58 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2023-04-14 13:26 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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@pengutronix.de>
---
 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH master] ARM: i.MX6: fix DEBUG_LL use
  2023-04-14 13:26 [PATCH master] ARM: i.MX6: fix DEBUG_LL use Ahmad Fatoum
@ 2023-04-17  6:58 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2023-04-17  6:58 UTC (permalink / raw)
  To: Ahmad Fatoum; +Cc: barebox

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@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 |



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-17  6:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 13:26 [PATCH master] ARM: i.MX6: fix DEBUG_LL use Ahmad Fatoum
2023-04-17  6:58 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox