]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/eric/eric.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / eric / eric.c
index 972d485b5a6d06e8373cabae9d73cc300fde1eec..600b9d7a7ced4e2bb15f266efbfda334b49487b0 100644 (file)
@@ -142,7 +142,7 @@ phys_size_t initdram (int board_type)
         * so let init.S do the init job for SDRAM
         * and simply return 32MByte here
         */
-       return (CFG_SDRAM_SIZE * 1024 * 1024);
+       return (CONFIG_SYS_SDRAM_SIZE * 1024 * 1024);
 #else
 
        /* Read Serial Presence Detect Information */