X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cpu%2Fixp%2Fnpe%2Finclude%2Fnpe.h;h=3d6f727476024e42d7803e8032de2ea8d502314d;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=e53458defbbdcc20908a26af16d23f940b87e4e8;hpb=71edc271816ec82cf0550dd6980be2da3cc2ad9e;p=people%2Fms%2Fu-boot.git diff --git a/cpu/ixp/npe/include/npe.h b/cpu/ixp/npe/include/npe.h index e53458defb..3d6f727476 100644 --- a/cpu/ixp/npe/include/npe.h +++ b/cpu/ixp/npe/include/npe.h @@ -27,10 +27,10 @@ /* * 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