diff options
Diffstat (limited to 'templates/machines')
-rw-r--r-- | templates/machines/dra7xx-evm.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/dra7xx-evm.jinja2 b/templates/machines/dra7xx-evm.jinja2 index 35cb4c6..9fe7464 100644 --- a/templates/machines/dra7xx-evm.jinja2 +++ b/templates/machines/dra7xx-evm.jinja2 @@ -1,5 +1,5 @@ {%- extends 'boot/generic-uboot-tftp.jinja2' %} -{%- set device_type = "ti-vayu-uboot" %} +{%- set device_type = "dra7-evm" %} {%- set device_arch = "arm" %} {%- set device_mach = "omap2" %} {%- set dtb = dtb|default("zImage-dra7-evm-lcd-lg.dtb") %} |