]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/serial_s3c24x0.c
Merge branch 'next' of ../next
[u-boot] / drivers / serial / serial_s3c24x0.c
index c2c72e456f30ad75dcf2ffae29f60304cad1e287..5dd4dd8160469c6d66df82fe141524132cf0d3a2 100644 (file)
  */
 
 #include <common.h>
-#if defined(CONFIG_S3C2400) || defined(CONFIG_TRAB)
-#include <s3c2400.h>
-#elif defined(CONFIG_S3C2410)
-#include <s3c2410.h>
-#endif
+#include <asm/arch/s3c24x0_cpu.h>
 
 DECLARE_GLOBAL_DATA_PTR;