From fb349b10f7356831f73fd77d2ec2523c53a1bddd Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Tue, 10 Oct 2023 09:45:21 +0200 Subject: [PATCH] install_fw: [cosmetic] alphabetize script options Signed-off-by: Hector Palacios --- .../u-boot/u-boot-dey/ccimx6qpsbc/install_linux_fw_uuu.sh | 2 +- .../u-boot/u-boot-dey/ccimx6sbc/install_linux_fw_uuu.sh | 2 +- .../u-boot/u-boot-dey/ccimx6ul/install_linux_fw_uuu.sh | 2 +- .../u-boot/u-boot-dey/ccimx8m/install_linux_fw_uuu.sh | 2 +- .../u-boot/u-boot-dey/ccimx8x/install_linux_fw_uuu.sh | 2 +- .../u-boot/u-boot-dey/ccimx93/install_linux_fw_uuu.sh | 2 +- .../recipes-bsp/u-boot/u-boot-dey/ccmp1/install_linux_fw_uuu.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/install_linux_fw_uuu.sh b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/install_linux_fw_uuu.sh index aa53810e1..67116969b 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/install_linux_fw_uuu.sh +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/install_linux_fw_uuu.sh @@ -32,6 +32,7 @@ show_usage() echo "Usage: $0 [options]" echo "" echo " Options:" + echo " -d Install firmware on dualboot partitions (system A and system B)." echo " -h Show this help." echo " -i Image name that prefixes the image filenames, such as 'dey-image-qt', " echo " 'dey-image-webkit', 'core-image-base'..." @@ -39,7 +40,6 @@ show_usage() echo " -n No wait. Skips 10 seconds delay to stop script." echo " -u U-Boot filename." echo " Auto-determined by variant if not provided." - echo " -d Install firmware on dualboot partitions (system A and system B)." exit 2 } diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/install_linux_fw_uuu.sh b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/install_linux_fw_uuu.sh index f5d66d49b..d215a6b5f 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/install_linux_fw_uuu.sh +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/install_linux_fw_uuu.sh @@ -32,6 +32,7 @@ show_usage() echo "Usage: $0 [options]" echo "" echo " Options:" + echo " -d Install firmware on dualboot partitions (system A and system B)." echo " -h Show this help." echo " -i Image name that prefixes the image filenames, such as 'dey-image-qt', " echo " 'dey-image-webkit', 'core-image-base'..." @@ -39,7 +40,6 @@ show_usage() echo " -n No wait. Skips 10 seconds delay to stop script." echo " -u U-Boot filename." echo " Auto-determined by variant if not provided." - echo " -d Install firmware on dualboot partitions (system A and system B)." exit 2 } diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ul/install_linux_fw_uuu.sh b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ul/install_linux_fw_uuu.sh index 4eeac769d..af1d48880 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ul/install_linux_fw_uuu.sh +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ul/install_linux_fw_uuu.sh @@ -32,6 +32,7 @@ show_usage() echo "Usage: $0 [options]" echo "" echo " Options:" + echo " -d Install firmware on dualboot partitions (system A and system B)." echo " -h Show this help." echo " -i Image name that prefixes the image filenames, such as 'dey-image-qt', " echo " 'dey-image-webkit', 'core-image-base'..." @@ -39,7 +40,6 @@ show_usage() echo " -n No wait. Skips 10 seconds delay to stop script." echo " -u U-Boot filename." echo " Auto-determined by variant if not provided." - echo " -d Install firmware on dualboot partitions (system A and system B)." exit 2 } diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_uuu.sh b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_uuu.sh index e548c0c21..760268ff6 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_uuu.sh +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_uuu.sh @@ -32,6 +32,7 @@ show_usage() echo "Usage: $0 [options]" echo "" echo " Options:" + echo " -d Install firmware on dualboot partitions (system A and system B)." echo " -h Show this help." echo " -i Image name that prefixes the image filenames, such as 'dey-image-qt', " echo " 'dey-image-webkit', 'core-image-base'..." @@ -39,7 +40,6 @@ show_usage() echo " -n No wait. Skips 10 seconds delay to stop script." echo " -u U-Boot filename." echo " Auto-determined by variant if not provided." - echo " -d Install firmware on dualboot partitions (system A and system B)." exit 2 } diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/install_linux_fw_uuu.sh b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/install_linux_fw_uuu.sh index e6ded19d5..a5147e364 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/install_linux_fw_uuu.sh +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/install_linux_fw_uuu.sh @@ -32,6 +32,7 @@ show_usage() echo "Usage: $0 [options]" echo "" echo " Options:" + echo " -d Install firmware on dualboot partitions (system A and system B)." echo " -h Show this help." echo " -i Image name that prefixes the image filenames, such as 'dey-image-qt', " echo " 'dey-image-webkit', 'core-image-base'..." @@ -39,7 +40,6 @@ show_usage() echo " -n No wait. Skips 10 seconds delay to stop script." echo " -u U-Boot filename." echo " Auto-determined by variant if not provided." - echo " -d Install firmware on dualboot partitions (system A and system B)." exit 2 } diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx93/install_linux_fw_uuu.sh b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx93/install_linux_fw_uuu.sh index e548c0c21..760268ff6 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx93/install_linux_fw_uuu.sh +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx93/install_linux_fw_uuu.sh @@ -32,6 +32,7 @@ show_usage() echo "Usage: $0 [options]" echo "" echo " Options:" + echo " -d Install firmware on dualboot partitions (system A and system B)." echo " -h Show this help." echo " -i Image name that prefixes the image filenames, such as 'dey-image-qt', " echo " 'dey-image-webkit', 'core-image-base'..." @@ -39,7 +40,6 @@ show_usage() echo " -n No wait. Skips 10 seconds delay to stop script." echo " -u U-Boot filename." echo " Auto-determined by variant if not provided." - echo " -d Install firmware on dualboot partitions (system A and system B)." exit 2 } diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp1/install_linux_fw_uuu.sh b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp1/install_linux_fw_uuu.sh index 43922c07d..1b140d621 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp1/install_linux_fw_uuu.sh +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp1/install_linux_fw_uuu.sh @@ -40,6 +40,7 @@ show_usage() echo " Options:" echo " -a Arm-trusted-firmware filename." echo " Auto-determined by variant if not provided." + echo " -d Install firmware on dualboot partitions (system A and system B)." echo " -f FIP filename." echo " Auto-determined by variant if not provided." echo " -h Show this help." @@ -47,7 +48,6 @@ show_usage() echo " 'dey-image-webkit', 'core-image-base'..." echo " Defaults to '##DEFAULT_IMAGE_NAME##' if not provided." echo " -n No wait. Skips 10 seconds delay to stop script." - echo " -d Install firmware on dualboot partitions (system A and system B)." exit 2 }