]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/nand/s3c2410_nand.c
Add a unified s3c24x0 header file
[karo-tx-uboot.git] / drivers / mtd / nand / s3c2410_nand.c
index 2f89b8c967e8e261d7fe7c4a3e70b7de876e2069..a27d47e5f1f7c4c7c58f17d11b2bb6812a25b0d5 100644 (file)
@@ -21,7 +21,7 @@
 #include <common.h>
 
 #include <nand.h>
-#include <asm/arch/s3c2410.h>
+#include <asm/arch/s3c24x0_cpu.h>
 #include <asm/io.h>
 
 #define S3C2410_NFCONF_EN          (1<<15)