]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/utx8245/utx8245.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / utx8245 / utx8245.c
index e7ca669c14f3e18bcd07723611b57c6694caece6..840268915a14059fecaea2991d6d7030dd1312a1 100644 (file)
@@ -55,7 +55,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/2 - 1;
        new_bank1_end = size - 1;