summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-02-21 01:15:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-03-19 12:21:13 +0100
commit36ae69a2dcb443bd3d55086f2f620e0057c9d6a6 (patch)
treed70b54d138b60ce05c7745f991432b965f411afc
parente983361aed49e29625712aadfb0fae36cb670a12 (diff)
downloadbarebox-36ae69a2dcb443bd3d55086f2f620e0057c9d6a6.tar.gz
barebox-36ae69a2dcb443bd3d55086f2f620e0057c9d6a6.tar.xz
remove unused stuff from include/common.h
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--include/common.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/include/common.h b/include/common.h
index 46efc8be3b..a224f9a87e 100644
--- a/include/common.h
+++ b/include/common.h
@@ -72,33 +72,12 @@ long int initdram (int);
char *size_human_readable(ulong size);
/* common/main.c */
-void main_loop (void);
int run_command (const char *cmd, int flag);
int readline (const char *prompt, char *buf, int len);
-void reset_cmd_timeout(void);
-
-/* lib_$(ARCH)/board.c */
-int checkboard (void);
-int checkflash (void);
-int checkdram (void);
-int checkcpu (void);
-char * strmhz(char *buf, long hz);
-
-/* common/exports.c */
-void jumptable_init(void);
/* common/memsize.c */
long get_ram_size (volatile long *, long);
-#ifdef CONFIG_LWMON
-extern uchar pic_read (uchar reg);
-extern void pic_write (uchar reg, uchar val);
-#endif
-
-#if defined(CFG_DRAM_TEST)
-int testdram(void);
-#endif /* CFG_DRAM_TEST */
-
/* $(CPU)/cpu.c */
void reset_cpu (ulong addr);
@@ -135,10 +114,6 @@ ulong crc32_no_comp (ulong, const unsigned char *, uint);
/* common/console.c */
int ctrlc (void);
-#ifdef CONFIG_SHOW_BOOT_PROGRESS
-void show_boot_progress (int status);
-#endif
-
#define MEMAREA_SIZE_SPECIFIED 1
struct memarea_info {