On Tue, Oct 11, 2011 at 6:51 AM, Chandan Nath <chandan.n...@ti.com> wrote:
> This patch adds basic support for booting the board.
> This patch adds support for the UART necessary to
> get to the u-boot prompt.
>
> Signed-off-by: Chandan Nath <chandan.n...@ti.com>
[snip]
> +/* Reset control */
> +#define PRM_RSTCTRL                    0x44E00F00
> +#define PRM_RSTCTRL_RESET              0x01

The reset value doesn't change.  We should either do #if/#elif/.. in
<asm/arch/cpu.h> or set PRM_RSTCTRL to CONFIG_SYS_PRM_RSTCTRL.
Thanks!

-- 
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to