summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Araneda <luaraneda@gmail.com>2018-09-03 22:39:57 -0300
committerJohn Crispin <john@phrozen.org>2018-09-10 08:54:00 +0200
commite62df3dd8b5efcbddf278c12f5d85faf4ac38e22 (patch)
tree2c45087d78dcc693a81700dcd55e40c224129253
parent5d2b702590628518bc760662e73b0b8cc45a63da (diff)
downloadmtk-20170518-e62df3dd8b5efcbddf278c12f5d85faf4ac38e22.zip
mtk-20170518-e62df3dd8b5efcbddf278c12f5d85faf4ac38e22.tar.gz
mtk-20170518-e62df3dd8b5efcbddf278c12f5d85faf4ac38e22.tar.bz2
uboot-zynq: automatically select the appropriate variant
Select the U-Boot variant automatically based on the current selected device, and hide the package from menuconfig Signed-off-by: Luis Araneda <luaraneda@gmail.com>
-rw-r--r--package/boot/uboot-zynq/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/boot/uboot-zynq/Makefile b/package/boot/uboot-zynq/Makefile
index 65ac93b..c477924 100644
--- a/package/boot/uboot-zynq/Makefile
+++ b/package/boot/uboot-zynq/Makefile
@@ -20,22 +20,27 @@ define U-Boot/Default
BUILD_TARGET:=zynq
UBOOT_IMAGE:=spl/boot.bin u-boot.img
UBOOT_CONFIG:=zynq_$(1)
+ HIDDEN:=1
endef
define U-Boot/zc702
NAME:=Xilinx ZC702 Dev Board
+ BUILD_DEVICES:=xlnx_zynq-zc702
endef
define U-Boot/zed
NAME:=Avnet Digilent ZedBoard Dev Board
+ BUILD_DEVICES:=avnet_zynq-zed
endef
define U-Boot/zybo
NAME:=Digilent Zybo Dev Board
+ BUILD_DEVICES:=digilent_zynq-zybo
endef
define U-Boot/zybo_z7
NAME:=Digilent Zybo Z7 board
+ BUILD_DEVICES:=digilent_zynq-zybo-z7
endef
UBOOT_TARGETS := \