X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Fmain.c;h=878cffd815e3a6fccdebc595123a1702b0bd28d1;hb=882b7d726febe65579d6502c271412ecb05821d7;hp=d97ccd7dd846185650ea632f7844b450e74a1b23;hpb=e67f46286440a53fb1d693152667ea3b1a6b3060;p=platform%2Fkernel%2Fu-boot.git diff --git a/common/main.c b/common/main.c index d97ccd7..878cffd 100644 --- a/common/main.c +++ b/common/main.c @@ -50,12 +50,6 @@ DECLARE_GLOBAL_DATA_PTR; void inline __show_boot_progress (int val) {} void show_boot_progress (int val) __attribute__((weak, alias("__show_boot_progress"))); -#if defined(CONFIG_BOOT_RETRY_TIME) && defined(CONFIG_RESET_TO_RETRY) -extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); /* for do_reset() prototype */ -#endif - -extern int do_bootd (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); - #if defined(CONFIG_UPDATE_TFTP) void update_tftp (void); #endif /* CONFIG_UPDATE_TFTP */