1/*
2 * This file is used to set the MAC address in NVRAM.
3 * The MAC address of the Wi-Fi device may be configured in OTP and/or in NVRAM.
4 * If both OTP and NVRAM contains the MAC address then OTP programmed MAC address will be used.
5 * PSOC boards are usually programmed with OTP MAC address.
6 * MAC address is printed during WHD power up
7 */
8
9#define NVRAM_GENERATED_MAC_ADDRESS        "macaddr=00:A0:50:16:ec:9c"
10