> -----Original Message----- > From: Tom Rini [mailto:[email protected]] > Sent: Tuesday, October 11, 2011 9:40 PM > To: Kumar Nath, Chandan > Cc: [email protected] > Subject: Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X > EVM > > 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.
Ok, I will address this in next patch set version. > Thanks! > > -- > Tom _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

