summaryrefslogtreecommitdiffstats
path: root/templates/machines/dra7xx-evm.jinja2
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-10-06 19:11:24 +0000
committerKevin Hilman <khilman@baylibre.com>2017-10-06 19:11:24 +0000
commit815a04ffeefc4ac1b1c6009f02901cbd3fdbd26e (patch)
tree3e485affca826d1449be4bfaa7d1a9a148c6e444 /templates/machines/dra7xx-evm.jinja2
parent364641197bfe95512555abc36b7b62ac48166aaf (diff)
Revert "Move boot type to kernel type"
This reverts commit 364641197bfe95512555abc36b7b62ac48166aaf. Unfortunately, NBD jobs do not work with the new kernel type, so we can't remove the old boot type (at least until NBD is fixed.) Change-Id: If9a64135ef75771a90655fdc4c6429d9b494fcf0 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'templates/machines/dra7xx-evm.jinja2')
-rw-r--r--templates/machines/dra7xx-evm.jinja21
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machines/dra7xx-evm.jinja2 b/templates/machines/dra7xx-evm.jinja2
index 98ce0ed..ae3d97b 100644
--- a/templates/machines/dra7xx-evm.jinja2
+++ b/templates/machines/dra7xx-evm.jinja2
@@ -3,3 +3,4 @@
{%- set dtb = dtb|default("zImage-dra7-evm-lcd-lg.dtb") %}
{%- set kernel_image = kernel_image|default("zImage") %}
{%- set rootfs_type = rootfs_type|default("nbd") %}
+{%- set uboot_type = "bootz" %}