summaryrefslogtreecommitdiffstats
path: root/board/freescale/c29xpcie/law.c
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2013-09-24 15:58:35 +0530
committerYork Sun <yorksun@freescale.com>2013-10-16 16:15:17 -0700
commit787964b8118b47a50bda796a315068639977c884 (patch)
tree65acee6e6a40cf39e8d19e4c499ca05c3f91be3f /board/freescale/c29xpcie/law.c
parent133fbfa9e6a81a59ab2d6848f0b111ebb2567a8a (diff)
downloadblackbird-obmc-uboot-787964b8118b47a50bda796a315068639977c884.tar.gz
blackbird-obmc-uboot-787964b8118b47a50bda796a315068639977c884.zip
boards/c29xpcie: Update TLB and LAW size for IFC NAND, CPLD
NAND,CPLD AMASK register is programmed for 64K size. so Update TLB & LAW size accordingly. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Diffstat (limited to 'board/freescale/c29xpcie/law.c')
-rw-r--r--board/freescale/c29xpcie/law.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/c29xpcie/law.c b/board/freescale/c29xpcie/law.c
index cd8fc2105d..80e5fff7c5 100644
--- a/board/freescale/c29xpcie/law.c
+++ b/board/freescale/c29xpcie/law.c
@@ -10,8 +10,8 @@
struct law_entry law_table[] = {
SET_LAW(CONFIG_SYS_FLASH_BASE_PHYS, LAW_SIZE_64M, LAW_TRGT_IF_IFC),
- SET_LAW(CONFIG_SYS_CPLD_BASE_PHYS, LAW_SIZE_4K, LAW_TRGT_IF_IFC),
- SET_LAW(CONFIG_SYS_NAND_BASE_PHYS, LAW_SIZE_16K, LAW_TRGT_IF_IFC),
+ SET_LAW(CONFIG_SYS_CPLD_BASE_PHYS, LAW_SIZE_64K, LAW_TRGT_IF_IFC),
+ SET_LAW(CONFIG_SYS_NAND_BASE_PHYS, LAW_SIZE_64K, LAW_TRGT_IF_IFC),
SET_LAW(CONFIG_SYS_PLATFORM_SRAM_BASE_PHYS, LAW_SIZE_512K,
LAW_TRGT_IF_PLATFORM_SRAM),
};
OpenPOWER on IntegriCloud