mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
sparc: ambapp: Removed warning and unnecessary printout.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
This commit is contained in:
parent
f2879f5952
commit
5786071e4a
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
/* #define DEBUG */
|
||||
|
||||
#include <common.h>
|
||||
#include <malloc.h>
|
||||
#include <ambapp.h>
|
||||
#include <config.h>
|
||||
|
||||
|
@ -257,7 +258,7 @@ unsigned int ambapp_bus_freq(struct ambapp_bus *abus, int ahb_bus_index)
|
|||
/* Get I/O area of AHB bus */
|
||||
ioarea = abus->ioareas[ahb_bus_index];
|
||||
|
||||
printf(" IOAREA: 0x%08x\n", ioarea);
|
||||
debug(" IOAREA: 0x%08x\n", ioarea);
|
||||
|
||||
/* Get parent bus */
|
||||
parent = (ioarea & 0x7);
|
||||
|
|
Loading…
Reference in a new issue