diff options
Diffstat (limited to 'templates/machines/dra7xx-evm.jinja2')
-rw-r--r-- | templates/machines/dra7xx-evm.jinja2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machines/dra7xx-evm.jinja2 b/templates/machines/dra7xx-evm.jinja2 index 3e16590..502ac56 100644 --- a/templates/machines/dra7xx-evm.jinja2 +++ b/templates/machines/dra7xx-evm.jinja2 @@ -1,5 +1,6 @@ {%- 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" %} |