]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/esd/hh405/flash.c
ppc4xx: Big cleanup of PPC4xx defines
[karo-tx-uboot.git] / board / esd / hh405 / flash.c
index 274ada9fe5c235de15a9b4ec073572a5893f32f7..a53122b2171f71720ae00f30e40aafe51b6a19ad 100644 (file)
@@ -65,9 +65,9 @@ unsigned long flash_init (void)
        flash_get_offsets (-size_b0, &flash_info[0]);
 
        /* Re-do sizing to get full correct info */
-       mtdcr(ebccfga, pb0cr);
-       pbcr = mfdcr(ebccfgd);
-       mtdcr(ebccfga, pb0cr);
+       mtdcr(EBC0_CFGADDR, PB0CR);
+       pbcr = mfdcr(EBC0_CFGDATA);
+       mtdcr(EBC0_CFGADDR, PB0CR);
        base_b0 = -size_b0;
        switch (size_b0) {
        case 1 << 20:
@@ -87,7 +87,7 @@ unsigned long flash_init (void)
                break;
        }
        pbcr = (pbcr & 0x0001ffff) | base_b0 | (size_val << 17);
-       mtdcr(ebccfgd, pbcr);
+       mtdcr(EBC0_CFGDATA, pbcr);
 
        /* Monitor protection ON by default */
        (void)flash_protect(FLAG_PROTECT_SET,