]> git.sur5r.net Git - u-boot/blobdiff - board/stx/stxgp3/law.c
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / board / stx / stxgp3 / law.c
index ba89f0edc0f53d72e9dc1851076d616d008f6e24..af0ac0998711e0596924ea804e144334dce3a015 100644 (file)
@@ -52,7 +52,7 @@ struct law_entry law_table[] = {
        /* This is not so much the SDRAM map as it is the whole localbus map. */
        SET_LAW(CONFIG_SYS_LBC_SDRAM_BASE, LAW_SIZE_256M, LAW_TRGT_IF_LBC),
        SET_LAW(CONFIG_SYS_PCI1_IO_PHYS, LAW_SIZE_16M, LAW_TRGT_IF_PCI),
-       SET_LAW(CONFIG_SYS_RIO_MEM_BASE, LAWAR_SIZE_512M, LAW_TRGT_IF_RIO),
+       SET_LAW(CONFIG_SYS_RIO_MEM_BASE, LAW_SIZE_512M, LAW_TRGT_IF_RIO),
 };
 
 int num_law_entries = ARRAY_SIZE(law_table);