]> git.sur5r.net Git - u-boot/blobdiff - board/esd/pci405/pci405.c
Switch from archive libraries to partial linking
[u-boot] / board / esd / pci405 / pci405.c
index b0d7663b23cc36aa2827a2bdac02350b84256fa8..4018a7d29fd5ddae0a3ee57c6693084fd94425d5 100644 (file)
@@ -281,7 +281,6 @@ int misc_init_r (void)
 #define PCI0_BRDGOPT1 0x4a
        pci_write_config_word(PCIDEVID_405GP, PCI0_BRDGOPT1, 0x3f20);
 
-#define PLB0_ACR      0x87
        /*
         * Enable fairness and high bus utilization
         */
@@ -298,7 +297,7 @@ int misc_init_r (void)
 int checkboard (void)
 {
        char str[64];
-       int i = getenv_("serial#", str, sizeof(str));
+       int i = getenv_f("serial#", str, sizeof(str));
 
        puts ("Board: ");