global: Remove unused CONFIG defines
[platform/kernel/u-boot.git] / drivers / net / mvpp2.c
index 8c9afdf..7e1922e 100644 (file)
@@ -66,8 +66,6 @@ do {                                                                  \
 
 #define NET_SKB_PAD    max(32, MVPP2_CPU_D_CACHE_LINE_SIZE)
 
-#define CONFIG_NR_CPUS         1
-
 /* 2(HW hdr) 14(MAC hdr) 4(CRC) 32(extra for cache prefetch) */
 #define WRAP                   (2 + ETH_HLEN + 4 + 32)
 #define MTU                    1500