]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/rtc/mc146818.c
malta: enable RTC support
[karo-tx-uboot.git] / drivers / rtc / mc146818.c
index 5f9d359590b592658c63eae13a08b77037623535..f7cf1064f9052de9b2e56fcc7de3d53544826efa 100644 (file)
@@ -15,7 +15,7 @@
 #include <command.h>
 #include <rtc.h>
 
-#ifdef __I386__
+#if defined(__I386__) || defined(CONFIG_MALTA)
 #include <asm/io.h>
 #define in8(p) inb(p)
 #define out8(p, v) outb(v, p)