aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-vendor/conf/machine/picozed-zynq7.conf
blob: 3ce023a69a9a63b14c5c0cfdb0e22fd13af20b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#@TYPE: Machine
#@NAME: picozed-zynq7
#@DESCRIPTION: Machine support for picoZed. (http://www.picozed.org/)
#
# Note: This machine configuration is intended as a generic config for
# the picozed SOM. It also covers the multiple SKUs for the picoZed
# including 7010, 7020, 7015 and 7030.

require conf/machine/zynq-generic.conf

SPL_BINARY ?= "spl/boot.bin"
UBOOT_ELF = "u-boot"

EXTRA_IMAGEDEPENDS += " \
		u-boot-xlnx-uenv \
		"

IMAGE_BOOT_FILES += " \
		boot.bin \
		uEnv.txt \
		"