[U-Boot] [PATCH 2/2] armv8: ls2085a: Add support of random MAC address for QDS and RDB
Bin Meng
bmeng.cn at gmail.com
Wed Oct 7 10:25:40 CEST 2015
Hi,
On Tue, Oct 6, 2015 at 8:43 PM, Prabhakar Kushwaha
<prabhakar at freescale.com> wrote:
> 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
> +
Can you please add such in the boards' defconfig files instead?
> /*
> * Carve out a DDR region which will not be used by u-boot/Linux
> *
> --
Regards,
Bin
More information about the U-Boot
mailing list