X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fppmc7xx%2Fppmc7xx.c;h=944cd4ddc6c89fa929f8d35bd247f60fa43f5771;hb=86caca1cd97ba71b7a7c82f2b0163682df35ce5d;hp=9c87c1078c56a44232ecd183c8cabb5848be6d5e;hpb=53c987f51391c1a221b0468aa0f37a3a6ce9181a;p=u-boot diff --git a/board/ppmc7xx/ppmc7xx.c b/board/ppmc7xx/ppmc7xx.c index 9c87c1078c..944cd4ddc6 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; }