blob: 2d302e33dee206578322e5025e12cbf823e78031 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# We use the revision in order to avoid having to fetch it from the
# repo during parse
# Corresponds to xilinx-v14.5 tag
SRCREV = "20a6cdd301941b97961c9c5425b5fbb771321aac"
PV = "v2013.01${XILINX_EXTENSION}+git${SRCPV}"
PR = "r1"
include u-boot-xlnx.inc
SRC_URI_append += " \
file://microblaze_bootm_Add_support_for_loading_initrd.patch \
file://microblaze_bootm_Fix_coding_style_issues.patch \
file://microblaze_Fix_coding_style_for_bootb.patch \
file://zynq_common-Add-uEnv.txt-boot-environment-load-suppo.patch \
file://zynq-Increase-number-of-arguments.patch \
"
|