Re: [PATCH v2] ARM i.MX: Add Garz+Fricke Vincell Board support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@xxxxxxxxxx - tel: +972.2.679.5364, http://www.tkos.co.il -

_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox


[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux