[U-Boot] [PATCH 2/2] armv8: ls2085a: Add support of random MAC address for QDS and RDB
Prabhakar Kushwaha
prabhakar at freescale.com
Tue Oct 6 14:43:51 CEST 2015
Add support of setting RANDOM MAC address if env variable not available.
Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
---
include/configs/ls2085a_common.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index 1ec95d2..edd434a 100644
--- a/include/configs/ls2085a_common.h
+++ b/include/configs/ls2085a_common.h
@@ -173,6 +173,10 @@ unsigned long long get_qixis_addr(void);
#define CONFIG_SYS_LS_MC_AIOP_IMG_MAX_LENGTH 0x200000
#define CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET 0x07000000
+/* Add Random lib for random MAC address */
+#define CONFIG_LIB_RAND
+#define CONFIG_NET_RANDOM_ETHADDR
+
/*
* Carve out a DDR region which will not be used by u-boot/Linux
*
--
1.9.1
More information about the U-Boot
mailing list