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