mirror of
https://github.com/frank-w/u-boot.git
synced 2025-12-18 05:14:59 +08:00
main: Drop show_boot_progress() prototype
This is defined in bootstage.h and is not called in this file anyway. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -15,11 +15,6 @@
|
||||
#include <init.h>
|
||||
#include <version.h>
|
||||
|
||||
/*
|
||||
* Board-specific Platform code can reimplement show_boot_progress () if needed
|
||||
*/
|
||||
__weak void show_boot_progress(int val) {}
|
||||
|
||||
static void run_preboot_environment_command(void)
|
||||
{
|
||||
char *p;
|
||||
|
||||
Reference in New Issue
Block a user