]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix MCF5235 SDRAM base address macro
authorSteve deRosier <derosier@gmail.com>
Tue, 22 Jan 2013 21:05:35 +0000 (13:05 -0800)
committerjason <jason@jason-ThinkPad-T61.(none)>
Thu, 27 Jun 2013 00:31:17 +0000 (08:31 +0800)
commit08dbd6ccd58a639fc2179ae472245e6e87042696
tree6b0297debb53dd0495379792e6c228dbb191dcfa
parentaea5eee126eab0d49fd52da212e51d83749d30e7
Fix MCF5235 SDRAM base address macro

SDRAMC_DARCn_BA() macro worked fine when the BA is 0x00000000 even
though the macro is incorrect. It causes the BA to be set incorrctly
for other base addresses. This patch fixes the macro so that base
addresses other than zero can be used with the MCF5235.

Signed-off-by: Steve deRosier <derosier@gmail.com>
arch/m68k/include/asm/m5235.h