diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-11-29 20:16:51 +0000 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-11-29 20:16:51 +0000 |
commit | 1d686ceffb79898104b8f2bfd76960f82a3e53b5 (patch) | |
tree | 756f4b3b8aaadcebfd327c6ef17d871afad0cca0 /templates/machines | |
parent | c957c547c19a6692a01164b68e5ba111a5bf4d9f (diff) |
templates/machines: dra7xx-evm: use upstream device-type
Change-Id: I386e6a142684d4a4d49955980d86cbc7cf7aa1ac
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
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") %} |