]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/esd/plu405/plu405.c
ppc4xx: Big cleanup of PPC4xx defines
[karo-tx-uboot.git] / board / esd / plu405 / plu405.c
index e41545a9369c8badbf3b2d17c91ecb9861a4a276..a3c1cec6ef441d845d510550a7e8b476e5fd5350 100644 (file)
@@ -90,7 +90,7 @@ int board_early_init_f(void)
         * EBC Configuration Register: set ready timeout to
         * 512 ebc-clks -> ca. 15 us
         */
-       mtebc(epcr, 0xa8400000); /* ebc always driven */
+       mtebc(EBC0_CFG, 0xa8400000); /* ebc always driven */
 
        return 0;
 }