blob: c7c2f7ebe9ac1462f0af5a90f693596b73e32901 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#@TYPE: Machine
#@NAME: zedboard-zynq7
#@DESCRIPTION: Machine support for ZedBoard. (http://www.zedboard.org/)
#
# For details on the Evaluation board:
# http://www.zedboard.org/content/overview
# For design files (including 'zynq_fsbl_0.elf') for the ZedBoard:
# http://www.zedboard.org/reference-designs-categories/zynq-concepts-tools-and-techniques-zedboard
#
require conf/machine/zynq-generic.conf
SPL_BINARY ?= "spl/boot.bin"
KERNEL_DEVICETREE = "zynq-zed.dtb"
IMAGE_BOOT_FILES += " \
boot.bin \
uEnv.txt \
boot.scr \
"
|