From: Michal Simek Date: Tue, 16 Feb 2016 09:35:52 +0000 (+0100) Subject: ARM64: zynqmp: Do not setup the same mac adress for all boards X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce8289d96ac276972e765680ac6065fb050123c7;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Do not setup the same mac adress for all boards This was fixed in mainline some time ago and none board should hardcode mac address. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index b41d9d833c2..69a9e249715 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -183,7 +183,6 @@ /* Initial environment variables */ #define CONFIG_EXTRA_ENV_SETTINGS \ - "ethaddr=00:0a:35:00:01:22\0" \ "kernel_addr=0x200000\0" \ "initrd_addr=0xa00000\0" \ "initrd_size=0x2000000\0" \