mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user