aboutsummaryrefslogtreecommitdiffstats
path: root/templates/machines/dra7xx-evm.jinja2
blob: 35cb4c60b03021783157c79c1bf45f2b75a3caed (plain)
1
2
3
4
5
6
7
8
9
{%- extends 'boot/generic-uboot-tftp.jinja2' %}
{%- set device_type = "ti-vayu-uboot" %}
{%- set device_arch = "arm" %}
{%- set device_mach = "omap2" %}
{%- 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 rfs_image = rfs_image|default("agl-demo-platform-dra7xx-evm.ext4.xz") %}
{%- set uboot_type = "bootz" %}