summaryrefslogtreecommitdiffstats
path: root/board/stxxtc/stxxtc.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-09-09 10:06:44 +0200
committerWolfgang Denk <wd@denx.de>2008-09-09 10:06:44 +0200
commitfe876787f8743883ce58fed61525eaa2f34da4c5 (patch)
treec98defcff40d2ea3102983dcc9a283cb82680d6c /board/stxxtc/stxxtc.c
parent965de106ba8900372c8b16dc60d5acab7f925e38 (diff)
downloadblackbird-obmc-uboot-fe876787f8743883ce58fed61525eaa2f34da4c5.tar.gz
blackbird-obmc-uboot-fe876787f8743883ce58fed61525eaa2f34da4c5.zip
stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/stxxtc/stxxtc.c')
-rw-r--r--board/stxxtc/stxxtc.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/board/stxxtc/stxxtc.c b/board/stxxtc/stxxtc.c
index a750374393..4bb2d6873f 100644
--- a/board/stxxtc/stxxtc.c
+++ b/board/stxxtc/stxxtc.c
@@ -599,20 +599,6 @@ void hw_watchdog_reset(void)
#endif
-#ifdef CONFIG_SHOW_ACTIVITY
-
-/* called from timer interrupt every 1/CFG_HZ sec */
-void board_show_activity(ulong timestamp)
-{
-}
-
-/* called when looping */
-void show_activity(int arg)
-{
-}
-
-#endif
-
#if defined(CFG_CONSOLE_IS_IN_ENV) && defined(CFG_CONSOLE_OVERWRITE_ROUTINE)
int overwrite_console(void)
{
OpenPOWER on IntegriCloud