On Tue, Oct 11, 2011 at 6:51 AM, Chandan Nath <[email protected]> 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 <[email protected]> [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 [email protected] http://lists.denx.de/mailman/listinfo/u-boot

