summaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2010-07-06 15:02:49 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-07-23 14:39:17 +0200
commit9946602dce35ee6b949eb9df77fc2e42566b51b7 (patch)
treef501ec2f2608eb99042a865ecc8aed15c224acc6 /common/main.c
parent10a69883f1f80384e5352d666be91f78ef7de3e4 (diff)
boottime: Minor clean up and added u-boot command for displaying the current boot time status.
Change-Id: Ifdfea22cc1d587469a18b22a20c0dc14aeaa49c9 Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2502 Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/main.c b/common/main.c
index 88e7fd2e9..548c7a89e 100644
--- a/common/main.c
+++ b/common/main.c
@@ -216,9 +216,7 @@ static __inline__ int abortboot(int bootdelay)
{
int abort = 0;
-#ifdef CONFIG_BOOTTIME
boottime_tag("autoboot_delay");
-#endif
#ifdef CONFIG_MENUPROMPT
printf(CONFIG_MENUPROMPT);