ppc4xx: Big cleanup of PPC4xx defines
[platform/kernel/u-boot.git] / board / mpl / common / pci.c
index bde14be..e0ba620 100644 (file)
@@ -1,4 +1,6 @@
 /*-----------------------------------------------------------------------------+
+|       This source code is dual-licensed.  You may use it under the terms of
+|       the GNU General Public License version 2, or under the license below.
 |
 |       This source code has been made available to you by IBM on an AS-IS
 |       basis.  Anyone receiving this source is licensed under IBM
@@ -97,7 +99,7 @@ static void reloc_pci_cfg_table(struct pci_config_table *table)
        unsigned long addr;
 
        for (; table && table->vendor; table++) {
-               addr = (ulong) (table->config_device) + gd->reloc_off;
+               addr = (ulong) (table->config_device) + gd->reloc_off;
 #ifdef DEBUG
                printf ("device \"%d\": 0x%08lx => 0x%08lx\n",
                                table->device, (ulong) (table->config_device), addr);