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

Tom Rini tom.rini at gmail.com
Tue Oct 11 18:09:35 CEST 2011


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.
Thanks!

-- 
Tom


More information about the U-Boot mailing list