aboutsummaryrefslogtreecommitdiffstats
path: root/templates/machines/dra7xx-evm.jinja2
blob: 502ac56452edbe98db09897cde2adbf2a89a6018 (plain)
1
2
3
4
5
6
7
{%- extends 'boot/generic-uboot-tftp.jinja2' %}
{%- set device_type = "ti-vayu-uboot" %}
{%- set rootfs_type = rootfs_type|default("nbd") %}
{%- set dtb = "zImage-dra7-evm-lcd-lg.dtb" %}
{%- set kernel_image = "zImage" %}
{%- set uboot_type = "bootz" %}
{%- set nbdroot = "agl-demo-platform-" + yocto_machine + ".ext4.xz" %}