s3c64xx: Add ifdef at the S3C64XX only codes
[platform/kernel/u-boot.git] / cpu / arm1176 / cpu.c
index 2c0014f..befa0cd 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);