Merge branch 'master' of git://git.denx.de/u-boot-usb
[oweals/u-boot.git] / board / freescale / mpc8572ds / law.c
index 9f119024687f90719717c4f6fb0c1696dcc3e3a1..83eb6811c05f89ca10d6f4a6d4b1909d3d4a09f4 100644 (file)
@@ -36,6 +36,7 @@ struct law_entry law_table[] = {
        SET_LAW(CONFIG_SYS_PCIE3_MEM_PHYS, LAWAR_SIZE_512M, LAW_TRGT_IF_PCIE_3),
        SET_LAW(CONFIG_SYS_PCIE3_IO_PHYS, LAW_SIZE_64K, LAW_TRGT_IF_PCIE_3),
        SET_LAW(PIXIS_BASE, LAW_SIZE_4K, LAW_TRGT_IF_LBC),
+       SET_LAW(CONFIG_SYS_NAND_BASE_PHYS, LAW_SIZE_1M, LAW_TRGT_IF_LBC),
 };
 
 int num_law_entries = ARRAY_SIZE(law_table);