All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] show_boot_progress
@ 2014-02-19  9:44 Abdullah YILDIZ
  2014-02-19 10:32 ` Albert ARIBAUD
  0 siblings, 1 reply; 6+ messages in thread
From: Abdullah YILDIZ @ 2014-02-19  9:44 UTC (permalink / raw)
  To: u-boot

I use u-boot version 1.3.3. The function call __show_boot_progress is
defined in common/main.c as

void inline __show_boot_progress (int val) {}

There are many calls to this function in particular locations with
specific parameters. But it does nothing. What is the purpose of this?

Since I'm not a very good programmer, I also wonder the meaning of
void inline show_boot_progress (int val) __attribute__((weak,
alias("__show_boot_progress")));

Is it a directive to the compiler?

abdullah

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-19 15:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19  9:44 [U-Boot] show_boot_progress Abdullah YILDIZ
2014-02-19 10:32 ` Albert ARIBAUD
2014-02-19 13:14   ` Abdullah YILDIZ
2014-02-19 14:16     ` Albert ARIBAUD
2014-02-19 14:57       ` Abdullah YILDIZ
2014-02-19 15:37         ` Albert ARIBAUD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.