X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Feric%2Feric.c;h=600b9d7a7ced4e2bb15f266efbfda334b49487b0;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=972d485b5a6d06e8373cabae9d73cc300fde1eec;hpb=71edc271816ec82cf0550dd6980be2da3cc2ad9e;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/eric/eric.c b/board/eric/eric.c index 972d485..600b9d7 100644 --- a/board/eric/eric.c +++ b/board/eric/eric.c @@ -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 */