Cleanup for GCC-4.x
This commit is contained in:
@@ -91,7 +91,7 @@ const uint sdram_table[] =
|
||||
|
||||
int checkboard (void)
|
||||
{
|
||||
unsigned char *s = getenv ("serial#");
|
||||
unsigned char *s = (unsigned char *)getenv ("serial#");
|
||||
|
||||
puts ("Board: TTTech C2MON ");
|
||||
|
||||
@@ -155,7 +155,7 @@ long int initdram (int board_type)
|
||||
* try 8 column mode
|
||||
*/
|
||||
size8 = dram_size (CFG_MAMR_8COL,
|
||||
(ulong *)SDRAM_BASE2_PRELIM,
|
||||
SDRAM_BASE2_PRELIM,
|
||||
SDRAM_MAX_SIZE);
|
||||
|
||||
udelay (1000);
|
||||
@@ -164,7 +164,7 @@ long int initdram (int board_type)
|
||||
* try 9 column mode
|
||||
*/
|
||||
size9 = dram_size (CFG_MAMR_9COL,
|
||||
(ulong *) SDRAM_BASE2_PRELIM,
|
||||
SDRAM_BASE2_PRELIM,
|
||||
SDRAM_MAX_SIZE);
|
||||
|
||||
if (size8 < size9) { /* leave configuration at 9 columns */
|
||||
|
||||
Reference in New Issue
Block a user