]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/a3000/a3000.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / a3000 / a3000.c
index 040ba897656dfb46c58d1fa95b1d88695be34952..ce2cf28e3c12aae01ae0c66dd013b94ec8df85b6 100644 (file)
@@ -46,7 +46,7 @@ phys_size_t initdram (int board_type)
        long mear1;
        long emear1;
 
-       size = get_ram_size(CFG_SDRAM_BASE, CFG_MAX_RAM_SIZE);
+       size = get_ram_size(CONFIG_SYS_SDRAM_BASE, CONFIG_SYS_MAX_RAM_SIZE);
 
        new_bank0_end = size - 1;
        mear1 = mpc824x_mpc107_getreg(MEAR1);
@@ -115,4 +115,3 @@ int board_eth_init(bd_t *bis)
 {
        return pci_eth_init(bis);
 }
-