]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/esd/voh405/voh405.c
ppc4xx: Big cleanup of PPC4xx defines
[karo-tx-uboot.git] / board / esd / voh405 / voh405.c
index 91275507e0f245f64c7f915b857a6bd87e6b64ef..7477f56b2b1ccb2bc01485941df05e3d7c0c8468 100644 (file)
@@ -99,7 +99,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;
 }