--- a/common/main.c 2014-08-19 08:42:46.000000000 +0200 +++ b/common/main.c 2020-09-15 09:39:04.675302769 +0200 @@ -27,7 +27,7 @@ /* * Board-specific Platform code can reimplement show_boot_progress () if needed */ -void inline __show_boot_progress (int val) {} +void __show_boot_progress (int val) {} void show_boot_progress (int val) __attribute__((weak, alias("__show_boot_progress"))); #define MAX_DELAY_STOP_STR 32