[U-Boot] [PATCH] at91: Add arch_preboot_os which disables PIT in a faster way

Reinhard Meyer u-boot at emk-elektronik.de
Fri Sep 3 11:42:54 CEST 2010


Dear Alexander Stein,
> ...
> 
> Signed-off-by: Alexander Stein <alexander.stein at systec-electronic.com>
> ...
> +	/*  Disble PITC
> +	 * Add 0x1000 to current counter to stop it faster
> +	 * without waiting for wrapping back to 0
> +	 */
> +	writel(cpiv + 0x1000, &pit->mr);
> ...

Please fix the multi-line comment.

Thanks, Reinhard



More information about the U-Boot mailing list