summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorDave Liu <daveliu@freescale.com>2008-10-28 17:46:35 +0800
committerJon Loeliger <jdl@freescale.com>2008-10-30 10:30:18 -0500
commit5ba1ef507402bc5e344dc374203792a40f222e8a (patch)
treef9f7b429cf899d1383f8dd21b987f1bd30e649b9 /board
parent137a2dfd11ac51ae3154f13f323609b33a4a072e (diff)
downloadblackbird-obmc-uboot-5ba1ef507402bc5e344dc374203792a40f222e8a.tar.gz
blackbird-obmc-uboot-5ba1ef507402bc5e344dc374203792a40f222e8a.zip
86xx: remove the second DDR LAW setting for mpc8641hpcn
The DDR1 LAW will precedence the DDR2 LAW, so remove the second DDR LAW. Signed-off-by: Dave Liu <daveliu@freescale.com> Acked-by: Becky Bruce <becky.bruce@freescale.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mpc8641hpcn/law.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/mpc8641hpcn/law.c b/board/freescale/mpc8641hpcn/law.c
index 182b4c5849..8e137289df 100644
--- a/board/freescale/mpc8641hpcn/law.c
+++ b/board/freescale/mpc8641hpcn/law.c
@@ -55,9 +55,6 @@ struct law_entry law_table[] = {
SET_LAW(CONFIG_SYS_PCI1_IO_PHYS, LAW_SIZE_16M, LAW_TRGT_IF_PCI_1),
SET_LAW(CONFIG_SYS_PCI2_IO_PHYS, LAW_SIZE_16M, LAW_TRGT_IF_PCI_2),
SET_LAW((CONFIG_SYS_FLASH_BASE & 0xfe000000), LAW_SIZE_32M, LAW_TRGT_IF_LBC),
-#if !defined(CONFIG_SPD_EEPROM)
- SET_LAW(CONFIG_SYS_DDR_SDRAM_BASE, LAW_SIZE_256M, LAW_TRGT_IF_DDR_2),
-#endif
SET_LAW(CONFIG_SYS_RIO_MEM_PHYS, LAW_SIZE_512M, LAW_TRGT_IF_RIO)
};
OpenPOWER on IntegriCloud