commit | 08dbd6ccd58a639fc2179ae472245e6e87042696 | [log] [tgz] |
---|---|---|
author | Steve deRosier <derosier@gmail.com> | Tue Jan 22 13:05:35 2013 -0800 |
committer | jason <jason@jason-ThinkPad-T61.(none)> | Thu Jun 27 08:31:17 2013 +0800 |
tree | 6b0297debb53dd0495379792e6c228dbb191dcfa | |
parent | aea5eee126eab0d49fd52da212e51d83749d30e7 [diff] |
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>