[U-Boot] [PATCH] am335x_evm / gumstix pepper: Correct DDR settings

Jeroen Hofstee jeroen at myspectrum.nl
Sat Jul 12 20:15:23 CEST 2014


Hello Tom,

On 08-07-14 03:40, Tom Rini wrote:
> As noted by clang, we have been shifting certain values out of 32bit
> range when setting some DDR registers.  Upon further inspection these
> had been touching reserved fields (and having no impact).  These came in
> from historical bring-up code and can be discarded.  Similarly, we had
> been declaring some fields as 0 when they will be initialized that way.
> Tested on Beaglebone White.
>
> Reported-by: Jeroen Hofstee <jeroen at myspectrum.nl>
> Cc: Ash Charles <ash at gumstix.com>
> Signed-off-by: Tom Rini <trini at ti.com>
> ---
>   arch/arm/include/asm/arch-am33xx/ddr_defs.h |    4 ----
>   board/gumstix/pepper/board.c                |   30 +++------------------------
>   board/ti/am335x/board.c                     |   30 +++------------------------
>   3 files changed, 6 insertions(+), 58 deletions(-)
>
Thanks, the warnings are also gone!

Regards,
Jeroen


More information about the U-Boot mailing list