]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm920t/s3c24x0/interrupts.c
Add support for friendly-arm SBC-2410X board
[karo-tx-uboot.git] / cpu / arm920t / s3c24x0 / interrupts.c
index 3ec9b5400e3ca04479b9a6e988265373458ae9cf..1b364123dc586ee156f1eabfd4181adbcba74ac7 100644 (file)
@@ -176,7 +176,9 @@ ulong get_tbclk (void)
 
 #if defined(CONFIG_SMDK2400) || defined(CONFIG_TRAB)
        tbclk = timer_load_val * 100;
-#elif defined(CONFIG_SMDK2410) || defined(CONFIG_VCMA9)
+#elif defined(CONFIG_SBC2410X) || \
+      defined(CONFIG_SMDK2410) || \
+      defined(CONFIG_VCMA9)
        tbclk = CFG_HZ;
 #else
 #      error "tbclk not configured"