mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
* Patch by Yuli Barcohen, 3 Dec 2003:
"revive" U-Boot support for old Motorola MPC860ADS board * Patch by Cam(ilo?), 03 Dec 2003: make examples build even with broken Montavista objcopy * Patch by Pavel Bartusek, 27 Nov 2003: fix conversion problem with "bootretry" evironment variable
This commit is contained in:
@@ -505,7 +505,7 @@ void init_cmd_timeout(void)
|
||||
char *s = getenv ("bootretry");
|
||||
|
||||
if (s != NULL)
|
||||
retry_time = (int)simple_strtoul(s, NULL, 10);
|
||||
retry_time = (int)simple_strtol(s, NULL, 10);
|
||||
else
|
||||
retry_time = CONFIG_BOOT_RETRY_TIME;
|
||||
|
||||
|
Reference in New Issue
Block a user