summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/tegra/update.sh
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-09 14:08:06 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:26:24 +0200
commit9b6246484616ce7a512d43ecad2f8a3910ecb9db (patch)
tree8f84fa839efe1e6e554338f75d1f1d21ca32d107 /recipes/images/files/library/tegra/update.sh
parent8a7459e21da7add9e82869e9ef8a2206bbeed471 (diff)
update.sh: colibri_imx7/t20/vf: use update_fdt rather than update_dtb
To be more in-line with all our other modules change update_dtb to update_fdt also on all our NAND based modules and document it as such. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes/images/files/library/tegra/update.sh')
-rwxr-xr-xrecipes/images/files/library/tegra/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/files/library/tegra/update.sh b/recipes/images/files/library/tegra/update.sh
index b3c6e7b..6116c89 100755
--- a/recipes/images/files/library/tegra/update.sh
+++ b/recipes/images/files/library/tegra/update.sh
@@ -23,7 +23,7 @@ Flash()
echo "'run prepare_ubi'"
echo "followed by one of:"
echo "'run update_kernel'"
- echo "'run update_dtb' (for vanilla kernels)"
+ echo "'run update_fdt' (for device tree enabled kernels)"
echo "'run update_rootfs'"
echo ""
echo ""