From 40197361ac504b51276f51cfd91c1423966b414d Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 27 Mar 2017 20:13:01 +0200 Subject: imx6: update.sh: remove -it Before using the SPL to setup the DDR we had two U-Boot variants for Apalis iMX6, one for the commercial and one for the industrial temperature range modules. With the SPL that is decided at runtime and one does not need to run a module specific 'run updateXXX' command. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-images/images/files/library/imx6/update.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes-images') diff --git a/recipes-images/images/files/library/imx6/update.sh b/recipes-images/images/files/library/imx6/update.sh index 4d067f0..5e7c6e9 100755 --- a/recipes-images/images/files/library/imx6/update.sh +++ b/recipes-images/images/files/library/imx6/update.sh @@ -16,16 +16,14 @@ Flash() echo "'run setupdate'" echo "" echo "then to update all components enter:" - echo "'run update' or 'run update_it'" + echo "'run update'" echo "" echo "to update a single component enter one of:" - echo "'run update_uboot' or 'run update_uboot_it'" + echo "'run update_uboot'" echo "'run update_kernel'" echo "'run update_fdt'" echo "'run update_rootfs'" echo "" - echo "for 'Apalis iMX6Q 2GB IT' use the version with '_it'." - echo "" echo "If you don't have a working U-Boot anymore, connect your PC to the module's USB" echo "client port, bring the module in the serial download mode and start the" echo "update.sh script with the -d option. This will copy U-Boot into the modules RAM" -- cgit v1.2.3