aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-10-14 12:35:49 +0200
committerHelge Deller <deller@gmx.de>2023-10-14 13:39:42 +0200
commitd79a1810b3726f358edd856564b106328216653e (patch)
tree372f4c603e80f1f42bf69bc24921f98c784121d8
parent7ccb9afff5600ac193df3b2ef661090bc131b1ca (diff)
downloadseabios-hppa-d79a1810b3726f358edd856564b106328216653e.zip
seabios-hppa-d79a1810b3726f358edd856564b106328216653e.tar.gz
seabios-hppa-d79a1810b3726f358edd856564b106328216653e.tar.bz2
parisc/rtc: Drop parisc specific RTC ports
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--src/hw/rtc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/hw/rtc.h b/src/hw/rtc.h
index 7bacc49..252e73a 100644
--- a/src/hw/rtc.h
+++ b/src/hw/rtc.h
@@ -1,15 +1,8 @@
#ifndef __RTC_H
#define __RTC_H
-#if CONFIG_X86
#define PORT_CMOS_INDEX 0x0070
#define PORT_CMOS_DATA 0x0071
-#elif CONFIG_PARISC
-#include "parisc/hppa_hardware.h"
-#define PORT_CMOS_INDEX (IDE_HPA+0x0070)
-#define PORT_CMOS_DATA (IDE_HPA+0x0071)
-#endif
-
// PORT_CMOS_INDEX nmi disable bit
#define NMI_DISABLE_BIT 0x80