X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fppmc7xx%2Fppmc7xx.c;h=944cd4ddc6c89fa929f8d35bd247f60fa43f5771;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=9c87c1078c56a44232ecd183c8cabb5848be6d5e;hpb=71edc271816ec82cf0550dd6980be2da3cc2ad9e;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/ppmc7xx/ppmc7xx.c b/board/ppmc7xx/ppmc7xx.c index 9c87c10..944cd4d 100644 --- a/board/ppmc7xx/ppmc7xx.c +++ b/board/ppmc7xx/ppmc7xx.c @@ -32,7 +32,7 @@ extern void _start_warm(void); */ phys_size_t initdram( int board_type ) { - return CFG_SDRAM_SIZE; + return CONFIG_SYS_SDRAM_SIZE; }