From: Michal Simek Date: Mon, 17 Dec 2018 15:26:04 +0000 (+0100) Subject: ARM: zynq: Remove hardcoded ethaddr X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=014ab9e3b02cba0f78276683f301d3d657931564;p=thirdparty%2Fu-boot.git ARM: zynq: Remove hardcoded ethaddr Eth address should be randomly generated. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index ccf5f27b4b3..620b63bd993 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -177,7 +177,6 @@ /* Default environment */ #ifndef CONFIG_EXTRA_ENV_SETTINGS #define CONFIG_EXTRA_ENV_SETTINGS \ - "ethaddr=00:0a:35:00:01:22\0" \ "kernel_image=uImage\0" \ "kernel_load_address=0x2080000\0" \ "ramdisk_image=uramdisk.image.gz\0" \