On Thu, Nov 29, 2012 at 09:56:21AM +0200, Baruch Siach wrote: > Hi Sascha, > > On Thu, Nov 29, 2012 at 08:49:13AM +0100, Sascha Hauer wrote: > > This adds support for the Garz+Fricke Vincell board. This has > > a i.MX53 Processor with 512MB of DDR3 RAM. > > > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > > [...] > > > +void blink(void) > > +{ > > + volatile int i; > > + > > + writel(0x1, 0x53fa82a8); > > + writel(0x2, 0x53f88004); > > + > > + while (1) { > > + for (i = 0; i < 1000000; i++); > > + writel(0x2, 0x53f88000); > > + for (i = 0; i < 1000000; i++); > > + writel(0x0, 0x53f88000); > > + } > > +} > > Static? Is it a debugging aid? It's not used int this patch. Seems I had a hard time debugging this hardware ;) Removed before applying. Thanks 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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox