]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/serial/ns16550.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / drivers / serial / ns16550.c
index 6b3f60eb575c3d9eaf31f92da5a169a58167e677..93c2243d7d7badabfd8cd896a3b7232640ac639f 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * COM1 NS16550 support
  * originally from linux source (arch/ppc/boot/ns16550.c)
- * modified to use CFG_ISA_MEM and new defines
+ * modified to use CONFIG_SYS_ISA_MEM and new defines
  */
 
 #include <config.h>
 
-#ifdef CFG_NS16550
+#ifdef CONFIG_SYS_NS16550
 
 #include <ns16550.h>