diff options
| author | Wolfgang Denk <wd@pollux.(none)> | 2005-12-04 00:40:34 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.(none)> | 2005-12-04 00:40:34 +0100 | 
| commit | f013dacf0a90667fbefe35580f8031a84caeb65e (patch) | |
| tree | 7e6f5ecf1ce7d800c13b0342ba10d67486c52636 /lib_ppc/board.c | |
| parent | c75eba3b4140187cd0d9bd8049f5df4c49b6889b (diff) | |
| download | olio-uboot-2014.01-f013dacf0a90667fbefe35580f8031a84caeb65e.tar.xz olio-uboot-2014.01-f013dacf0a90667fbefe35580f8031a84caeb65e.zip | |
Code cleanup, especially MIPS for GCC 4.x
Diffstat (limited to 'lib_ppc/board.c')
| -rw-r--r-- | lib_ppc/board.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/lib_ppc/board.c b/lib_ppc/board.c index f2a474606..f40bb253b 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -581,7 +581,6 @@ void board_init_f (ulong bootflag)  	/* NOTREACHED - relocate_code() does not return */  } -  /************************************************************************   *   * This is the next part if the initialization sequence: we are now @@ -591,7 +590,6 @@ void board_init_f (ulong bootflag)   *   ************************************************************************   */ -  void board_init_r (gd_t *id, ulong dest_addr)  {  	cmd_tbl_t *cmdtp; @@ -1124,8 +1122,6 @@ static inline void mdm_readline(char *buf, int bufsiz)  	}  } - -  extern void  dbg(const char *fmt, ...);  int mdm_init (void)  { |