Re[2]: [PATCH 2/2] mx51-pdk: Move lowlevel_init before UART initialization

Alexander Shiyan shc_work at mail.ru
Thu Jun 21 06:25:07 EDT 2012


Hello.

Thu, 21 Jun 2012 11:41:17 +0200 от Sascha Hauer <s.hauer at pengutronix.de>:
> On Thu, Jun 21, 2012 at 12:05:03PM +0400, Alexander Shiyan wrote:
> 
> <please put the reason of this change here>
...
> > @@ -274,6 +273,8 @@ static int f3s_console_init(void)
> >  {
> >  	mxc_iomux_v3_setup_multiple_pads(f3s_pads, ARRAY_SIZE(f3s_pads));
> >  
> > +	imx51_init_lowlevel(800);
> > +
> >  	imx51_add_uart0();
> >  
> >  	return 0;
...

This is just bringing the initialization for all mx51-based boards to the same format.
You can just reject this patch and apply only part 1.


More information about the barebox mailing list