[U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

Kumar Nath, Chandan chandan.nath at ti.com
Wed Oct 12 12:30:45 CEST 2011


> -----Original Message-----
> From: Tom Rini [mailto:tom.rini at gmail.com]
> Sent: Tuesday, October 11, 2011 9:40 PM
> To: Kumar Nath, Chandan
> Cc: u-boot at lists.denx.de
> 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 <chandan.nath at 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.nath at 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.

Ok, I will address this in next patch set version.

> Thanks!
> 
> --
> Tom


More information about the U-Boot mailing list