From ee36cf25b5d8db7031caec91cb1e2babef509bac Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sat, 21 Feb 2009 01:27:11 +0100 Subject: remove SHOW_BOOT_PROGRESS Though useful it is currently unsued and broken. Should be reimplemented Signed-off-by: Sascha Hauer --- commands/bootm.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'commands/bootm.c') 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 #include -#ifdef CONFIG_SHOW_BOOT_PROGRESS -# include -# 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' -- cgit v1.2.3