summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-02-21 01:27:11 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-03-19 12:21:40 +0100
commitee36cf25b5d8db7031caec91cb1e2babef509bac (patch)
tree7594b2826d2b12f526295e66e365f1b782f317cb /commands
parent8e7f17e658616cd83d5bddb1f59f10d9d889b094 (diff)
downloadbarebox-ee36cf25b5d8db7031caec91cb1e2babef509bac.tar.gz
barebox-ee36cf25b5d8db7031caec91cb1e2babef509bac.tar.xz
remove SHOW_BOOT_PROGRESS
Though useful it is currently unsued and broken. Should be reimplemented Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/bootm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index 733702321d..d6d9609cd7 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -44,13 +44,6 @@
#include <init.h>
#include <asm-generic/memory_layout.h>
-#ifdef CONFIG_SHOW_BOOT_PROGRESS
-# include <status_led.h>
-# define SHOW_BOOT_PROGRESS(arg) show_boot_progress(arg)
-#else
-# define SHOW_BOOT_PROGRESS(arg)
-#endif
-
/*
* Continue booting an OS image; caller already has:
* - copied image header to global variable `header'