]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm1176/cpu.c
s3c64xx: Add ifdef at the S3C64XX only codes
[karo-tx-uboot.git] / cpu / arm1176 / cpu.c
index 2c0014f2bd5a4856a3cefc3202774867547beca4..befa0cdcc436eec15c4d654e2a1b8ba3d8e5f601 100644 (file)
@@ -33,7 +33,9 @@
 
 #include <common.h>
 #include <command.h>
+#ifdef CONFIG_S3C64XX
 #include <asm/arch/s3c6400.h>
+#endif
 #include <asm/system.h>
 
 static void cache_flush (void);