]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/hidden_dragon/hidden_dragon.c
Merge branch 'mimc200' into next
[karo-tx-uboot.git] / board / hidden_dragon / hidden_dragon.c
index 2d7a7870e5296669cef6c0082cf3f5c87812623b..027aa457f5a0d9ede31de081965c34f235426b08 100644 (file)
@@ -52,7 +52,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);