mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
Code cleanup, especially MIPS for GCC 4.x
This commit is contained in:
parent
c75eba3b41
commit
f013dacf0a
25 changed files with 251 additions and 258 deletions
|
@ -125,7 +125,7 @@ static void display_flash_config(ulong size)
|
|||
|
||||
static int init_baudrate (void)
|
||||
{
|
||||
uchar tmp[64]; /* long enough for environment variables */
|
||||
char tmp[64]; /* long enough for environment variables */
|
||||
int i = getenv_r ("baudrate", tmp, sizeof (tmp));
|
||||
|
||||
gd->baudrate = (i > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue