]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: OMAP3: Fix bug in get_sdr_cs_offset()
authorSteve Sakoman <steve@sakoman.com>
Fri, 1 Oct 2010 04:46:52 +0000 (21:46 -0700)
committerWolfgang Denk <wd@denx.de>
Sun, 17 Oct 2010 18:14:28 +0000 (20:14 +0200)
commit136c69ad7917f23d401c3a794cd0f5a4ab2230de
tree708e60521d653e80d6a01263cbc399e803843c92
parent68b0fbf08574ac2314919ce8fad9a1965041cc44
ARMV7: OMAP3: Fix bug in get_sdr_cs_offset()

This patch fixes a typo in the routine to calculate the cs offset
based upon the contents of the SDRC cs_cfg register.  This function
mistakenly shifts the CS1STARTLOW field 17 bits right instead of
17 bits left.

This hasn't been an issue to date because all OMAP3 boards currently
are configured to have zeros in this field.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org>
arch/arm/cpu/armv7/omap3/sdrc.c