mirror of
https://xff.cz/git/u-boot/
synced 2025-11-03 03:46:02 +01:00
Code cleanup, especially MIPS for GCC 4.x
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user