mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
Cleanup output on ADS5121 board
Signed-off-by: Wolfgang Denk
This commit is contained in:
parent
0cfc9d6ad1
commit
6f6d7b9c85
1 changed files with 0 additions and 2 deletions
|
@ -85,9 +85,7 @@ long int initdram (int board_type)
|
|||
{
|
||||
u32 msize = 0;
|
||||
|
||||
puts ("Initializing\n");
|
||||
msize = fixed_sdram ();
|
||||
puts (" DDR RAM: ");
|
||||
|
||||
return msize;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue