X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=common%2Fmain.c;h=6f475f0cca812ea8b69d5b3842819f1d9fa04ff3;hb=93e1459641e758d2b096d3f1b39414a39bb314f8;hp=ae37fee46d984370a2ae994432ccaf52333acf33;hpb=3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7;p=karo-tx-uboot.git diff --git a/common/main.c b/common/main.c index ae37fee46d..6f475f0cca 100644 --- a/common/main.c +++ b/common/main.c @@ -365,7 +365,7 @@ static void process_boot_delay(void) #ifdef CONFIG_BOOTCOUNT_LIMIT if (bootlimit && (bootcount > bootlimit)) { printf ("Warning: Bootlimit (%u) exceeded. Using altbootcmd.\n", - (unsigned)bootlimit); + (unsigned)bootlimit); s = getenv ("altbootcmd"); } else