From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Sat, 12 Jul 2014 20:15:23 +0200 Subject: [U-Boot] [PATCH] am335x_evm / gumstix pepper: Correct DDR settings In-Reply-To: <20140708014016.GF29202@bill-the-cat> References: <20140708014016.GF29202@bill-the-cat> Message-ID: <53C17B3B.9080200@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Ash Charles > Signed-off-by: Tom Rini > --- > 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