X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fmain.c;h=2979fbed630ca22d7ae9a208c18a06ab1a3e21f0;hb=49891df661acf164460ba3ada60fccfc5a53ea71;hp=32618f139f2e601ff804e3057d4a185f151694f5;hpb=304f936aeaab0c3cc9d5af438fd3498ac7682991;p=u-boot diff --git a/common/main.c b/common/main.c index 32618f139f..2979fbed63 100644 --- a/common/main.c +++ b/common/main.c @@ -17,8 +17,7 @@ DECLARE_GLOBAL_DATA_PTR; /* * Board-specific Platform code can reimplement show_boot_progress () if needed */ -void inline __show_boot_progress (int val) {} -void show_boot_progress (int val) __attribute__((weak, alias("__show_boot_progress"))); +__weak void show_boot_progress(int val) {} static void modem_init(void) {