Message ID | 1447225886-2940-1-git-send-email-afzal.mohd.ma@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Tony, On Wed, Nov 11, 2015 at 12:41:26PM +0530, Afzal Mohammed wrote: > Mention about AM43x debug_ll ports - same as AM335x. If this patch is okay, what should be the route for this to reach mainline ? Regards afzal > arch/arm/Kconfig.debug | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug > index 259c0ca9c99a..adc40fccfafa 100644 > --- a/arch/arm/Kconfig.debug > +++ b/arch/arm/Kconfig.debug > @@ -689,7 +689,7 @@ choice > select DEBUG_OMAP2PLUS_UART > > config DEBUG_AM33XXUART1 > - bool "Kernel low-level debugging messages via AM33XX UART1" > + bool "Kernel low-level debugging messages via AM335x/AM43x UART1" > depends on ARCH_OMAP2PLUS > select DEBUG_OMAP2PLUS_UART > > -- > 2.5.1
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 259c0ca9c99a..adc40fccfafa 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -689,7 +689,7 @@ choice select DEBUG_OMAP2PLUS_UART config DEBUG_AM33XXUART1 - bool "Kernel low-level debugging messages via AM33XX UART1" + bool "Kernel low-level debugging messages via AM335x/AM43x UART1" depends on ARCH_OMAP2PLUS select DEBUG_OMAP2PLUS_UART
Mention about AM43x debug_ll ports - same as AM335x. Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com> --- arch/arm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)