]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/net/xilinx_emaclite.c
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
[karo-tx-uboot.git] / drivers / net / xilinx_emaclite.c
index 9ba4096e81adef3b820203c743fa0df729e39c7f..88cd0f9ff4f4a56e79554ec9add13f4fe2a03238 100644 (file)
@@ -73,7 +73,7 @@ static xemaclite emaclite;
 static char etherrxbuff[PKTSIZE_ALIGN/4]; /* Receive buffer */
 
 /* hardcoded MAC address for the Xilinx EMAC Core when env is nowhere*/
-#ifdef CFG_ENV_IS_NOWHERE
+#ifdef CONFIG_ENV_IS_NOWHERE
 static u8 emacaddr[ENET_ADDR_LENGTH] = { 0x00, 0x0a, 0x35, 0x00, 0x22, 0x01 };
 #else
 static u8 emacaddr[ENET_ADDR_LENGTH];