[U-Boot] [PATCH V2] imx25: Fix reset

Reinhard Meyer u-boot at emk-elektronik.de
Tue Oct 26 11:27:51 CEST 2010


Dear Matthias Weisser,
> This patch fixes the reset command on imx25
> 
> Signed-off-by: Matthias Weisser <weisserm at arcor.de>
> +	writew(0x00000000, &regs->wcr);
> +	writew(0x00005555, &regs->wsr);
> +	writew(0x0000AAAA, &regs->wsr);

It might be "nicer" to use 16 Bit constants (with 4 hex digits)
here..?

Best Regards,
Reinhard


More information about the U-Boot mailing list