summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi68k/startup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-28 17:52:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-28 17:52:10 +0000
commit93ada84f7885794f61fccaca02a2f5b4767fde71 (patch)
tree653688d48f5a77313986d05f85dceb27908d8280 /c/src/lib/libbsp/m68k/efi68k/startup
parent2003-01-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-93ada84f7885794f61fccaca02a2f5b4767fde71.tar.bz2
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* include/DP8570A.h, include/bsp.h, start/start.c, startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init() to avoid conflict with TCP/IP stack internal routine.
Diffstat (limited to 'c/src/lib/libbsp/m68k/efi68k/startup')
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c b/c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c
index 6173f6d706..5eeef21ac6 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c
+++ b/c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c
@@ -41,7 +41,7 @@ void tcp_delay(int count)
for (i=0;i<count/4;i++);
}
-void tcp_init()
+void bsp_tcp_init()
{
unsigned char low_bat, osc_fail, power_up;
unsigned char mon, dom, hrs, min, sec;
@@ -164,7 +164,7 @@ void tcp_init()
Vcc,.... *except* for battery switched on for the
first time before power up in which case the chip
will still be in single suppy mode till restarted (a
- second call to tcp_init such as when the time is set
+ second call to bsp_tcp_init such as when the time is set
or a reboot.) The timer/clock itself should always
be completely functional regardless of the supply
mode. */