From 192838e018d526a51ff8908aebaf9ce07e210dca Mon Sep 17 00:00:00 2001 From: Luis Araneda Date: Sat, 1 Sep 2018 02:36:09 -0300 Subject: zynq: rename zedboard with correct manufacturer The board is made by Avnet, so rename it accordingly as upstream has done it Also move the device to maintain alphabetic order Signed-off-by: Luis Araneda --- target/linux/zynq/image/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'target/linux/zynq/image/Makefile') diff --git a/target/linux/zynq/image/Makefile b/target/linux/zynq/image/Makefile index 92174db19a..aac9953b45 100644 --- a/target/linux/zynq/image/Makefile +++ b/target/linux/zynq/image/Makefile @@ -49,6 +49,13 @@ endef # Devices ################################################# +define Device/avnet_zynq-zed + $(call Device/FitImageGzip) + DEVICE_TITLE := Avnet ZedBoard board + DEVICE_DTS := zynq-zed +endef +TARGET_DEVICES += avnet_zynq-zed + define Device/digilent_zynq-zybo $(call Device/FitImageGzip) DEVICE_TITLE := ZYBO Development Board @@ -70,11 +77,4 @@ define Device/xlnx_zynq-zc702 endef TARGET_DEVICES += xlnx_zynq-zc702 -define Device/xlnx_zynq-zed - $(call Device/FitImageGzip) - DEVICE_TITLE := Zed Development Board - DEVICE_DTS := zynq-zed -endef -TARGET_DEVICES += xlnx_zynq-zed - $(eval $(call BuildImage)) -- cgit v1.2.3