]> git.sur5r.net Git - u-boot/blobdiff - board/xes/xpedite517x/law.c
powerpc/p2041rdb: add more ddr frequencies support
[u-boot] / board / xes / xpedite517x / law.c
index 0b7d9ef8d18eb1e0d1d9038684525add1a727523..df23df1bab13340140f1062f085932c43d953604 100644 (file)
@@ -39,14 +39,6 @@ struct law_entry law_table[] = {
        /* NAND LAW covers 2 NAND flashes */
        SET_LAW(CONFIG_SYS_NAND_BASE, LAW_SIZE_512K, LAW_TRGT_IF_LBC),
 #endif
-#ifdef CONFIG_SYS_PCIE1_MEM_PHYS
-       SET_LAW(CONFIG_SYS_PCIE1_MEM_PHYS, LAW_SIZE_1G, LAW_TRGT_IF_PCIE_1),
-       SET_LAW(CONFIG_SYS_PCIE1_IO_PHYS, LAW_SIZE_8M, LAW_TRGT_IF_PCIE_1),
-#endif
-#ifdef CONFIG_SYS_PCIE2_MEM_PHYS
-       SET_LAW(CONFIG_SYS_PCIE2_MEM_PHYS, LAW_SIZE_256M, LAW_TRGT_IF_PCIE_2),
-       SET_LAW(CONFIG_SYS_PCIE2_IO_PHYS, LAW_SIZE_8M, LAW_TRGT_IF_PCIE_2),
-#endif
 };
 
 int num_law_entries = ARRAY_SIZE(law_table);