mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 22:46:27 -04:00
Cleanup output on ADS5121 board
Signed-off-by: Wolfgang Denk
This commit is contained in:
parent
0cfc9d6ad1
commit
6f6d7b9c85
@ -85,9 +85,7 @@ long int initdram (int board_type)
|
|||||||
{
|
{
|
||||||
u32 msize = 0;
|
u32 msize = 0;
|
||||||
|
|
||||||
puts ("Initializing\n");
|
|
||||||
msize = fixed_sdram ();
|
msize = fixed_sdram ();
|
||||||
puts (" DDR RAM: ");
|
|
||||||
|
|
||||||
return msize;
|
return msize;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user