]> git.sur5r.net Git - u-boot/blobdiff - board/trab/rs485.c
MX51EVK: Remove CPLD related code
[u-boot] / board / trab / rs485.c
index f402c599042fcf0a4715186bf27e571de3dea5f8..6a3a4cda9ce5e56895f30465799a3e5a9a6647ed 100644 (file)
@@ -2,7 +2,7 @@
  * (C) Copyright 2003
  * Martin Krause, TQ-Systems GmbH, <martin.krause@tqs.de>
  *
- * Based on cpu/arm920t/serial.c, by Gary Jennejohn
+ * Based on arch/arm/cpu/arm920t/serial.c, by Gary Jennejohn
  * (C) Copyright 2002 Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -22,7 +22,7 @@
  */
 
 #include <common.h>
-#include <asm/arch/s3c2400.h>
+#include <asm/arch/s3c24x0_cpu.h>
 #include "rs485.h"
 
 static void rs485_setbrg (void);