Index: boot/arch/arm32/include/main.h
===================================================================
--- boot/arch/arm32/include/main.h	(revision 1590e23437db482501870b9d469673f674b297d8)
+++ boot/arch/arm32/include/main.h	(revision dfd735a17f05114b7c3cfafef153c4894f4737cb)
@@ -42,5 +42,5 @@
 /** GTA02 serial console UART register addresses.
  *
- * This is UART channel 2 of the S3C244x CPU
+ * This is UART channel 2 of the S3C24xx CPU
  */
 #define GTA02_SCONS_UTRSTAT	0x50008010
@@ -48,5 +48,5 @@
 
 /* Bits in UTXH register */
-#define S3C244X_UTXH_TX_EMPTY	0x00000004
+#define S3C24XX_UTXH_TX_EMPTY	0x00000004
 
 
