From e74735b290089d736eb00e24c5520e31567a30b9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Jul 1998 00:16:32 +0000 Subject: Simplified RTC base address. --- c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/dmv177/include') diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h b/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h index f9c824b16f..3d3b1281e6 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h +++ b/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h @@ -44,8 +44,7 @@ extern "C" { /* Note: Move address defs to the linker files. XXX */ /* Real Time Clock Base Address */ -#define DMV170_RTC_BASE_ADDRESS 0xf2c00000 -#define DMV170_RTC_ADDRESS 0xf2c01ff8 +#define DMV170_RTC_ADDRESS 0xf2c00000 /* base address of the DUART (68681) */ #define MC68681_ADDR 0xf2800000 -- cgit v1.2.3