On Wed, May 06, 2015 at 12:32:02PM -0700, Andrey Smirnov wrote: > Implement bits of configuraion needed to configure early debug output > support. > > Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com> > --- > arch/arm/boards/freescale-mx51-babbage/lowlevel.c | 42 > +++++++++++++++++++++++ > arch/arm/mach-imx/include/mach/clock-imx51_53.h | 5 +-- > 2 files changed, 45 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boards/freescale-mx51-babbage/lowlevel.c > b/arch/arm/boards/freescale-mx51-babbage/lowlevel.c > index 0f453f3..ffb0548 100644 > --- a/arch/arm/boards/freescale-mx51-babbage/lowlevel.c > +++ b/arch/arm/boards/freescale-mx51-babbage/lowlevel.c > @@ -1,9 +1,47 @@ > +#include <debug_ll.h> > +#include <mach/clock-imx51_53.h> > #include <common.h> > #include <mach/esdctl.h> > #include <mach/generic.h> > #include <asm/barebox-arm-head.h> > #include <asm/barebox-arm.h> > > +#ifdef CONFIG_DEBUG_LL > +static inline void setup_uart(void) > +{
I removed the #ifdef, this function called only when CONFIG_DEBUG_LL is enabled anyway. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox