summaryrefslogtreecommitdiffstats
path: root/board/freescale
diff options
context:
space:
mode:
authoryork <yorksun@freescale.com>2010-07-02 22:25:52 +0000
committerKumar Gala <galak@kernel.crashing.org>2010-07-26 13:16:09 -0500
commit076bff8f4746baf7c83b96049d97e9dd4454dace (patch)
tree8a55f11be0a24163a7c6e59686b72b91ae4ea3d8 /board/freescale
parent79e4e6480b359cb28129cecfa2cae0ef9cccf803 (diff)
downloadtalos-obmc-uboot-076bff8f4746baf7c83b96049d97e9dd4454dace.tar.gz
talos-obmc-uboot-076bff8f4746baf7c83b96049d97e9dd4454dace.zip
powerpc/8xxx: Fix bug in memctrl interleaving & bank interleaving on cs0~cs4
Verified on MPC8641HPCN with four DDR2 dimms. Each dimm has dual rank with 512MB each rank. Also check dimm size and rank size for memory controller interleaving Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/mpc8641hpcn/mpc8641hpcn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/mpc8641hpcn/mpc8641hpcn.c b/board/freescale/mpc8641hpcn/mpc8641hpcn.c
index d86ca12aaf..fee310a67f 100644
--- a/board/freescale/mpc8641hpcn/mpc8641hpcn.c
+++ b/board/freescale/mpc8641hpcn/mpc8641hpcn.c
@@ -60,6 +60,8 @@ int checkboard(void)
return 0;
}
+const char *board_hwconfig = "foo:bar=baz";
+const char *cpu_hwconfig = "foo:bar=baz";
phys_size_t
initdram(int board_type)
OpenPOWER on IntegriCloud