]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/s3c24x0_i2c.c
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[u-boot] / drivers / i2c / s3c24x0_i2c.c
index 8fecc6e3f2c04b6879f9f724e56b062599bd05c0..c8371cf730c0256f911a3a54d05034fe8b584651 100644 (file)
  */
 
 #include <common.h>
-#if defined(CONFIG_S3C2400)
-#include <asm/arch/s3c2400.h>
-#elif defined(CONFIG_S3C2410)
-#include <asm/arch/s3c2410.h>
-#endif
+#include <asm/arch/s3c24x0_cpu.h>
 
 #include <asm/io.h>
 #include <i2c.h>