]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/ixp/npe/include/npe.h
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / ixp / npe / include / npe.h
index e53458defbbdcc20908a26af16d23f940b87e4e8..3d6f727476024e42d7803e8032de2ea8d502314d 100644 (file)
 /*
  * defines...
  */
-#define CFG_NPE_NUMS           1
+#define CONFIG_SYS_NPE_NUMS            1
 #ifdef CONFIG_HAS_ETH1
-#undef CFG_NPE_NUMS
-#define CFG_NPE_NUMS           2
+#undef CONFIG_SYS_NPE_NUMS
+#define CONFIG_SYS_NPE_NUMS            2
 #endif
 
 #define NPE_NUM_PORTS          3