X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cpu%2Fixp%2Fnpe%2Fnpe.c;h=7e4af441054bb1c3c44c81530b36a0f58bbc3c1b;hb=d61ea14885631e58a25feaa81ee82eb464c62d6a;hp=ab7ca8bef04414b36c75e4d096b6bdb35683432f;hpb=34760e662ebebb4cdcdf35af6bd7f0fa4c517de3;p=platform%2Fkernel%2Fu-boot.git diff --git a/cpu/ixp/npe/npe.c b/cpu/ixp/npe/npe.c index ab7ca8b..7e4af44 100644 --- a/cpu/ixp/npe/npe.c +++ b/cpu/ixp/npe/npe.c @@ -682,7 +682,7 @@ int npe_initialize(bd_t * bis) eth_register(dev); -#if defined(CONFIG_MII) || (CONFIG_COMMANDS & CFG_CMD_MII) +#if defined(CONFIG_MII) || defined(CONFIG_CMD_MII) miiphy_register(dev->name, npe_miiphy_read, npe_miiphy_write); #endif