summaryrefslogtreecommitdiff
path: root/scripts/tizen
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2022-07-13 16:34:44 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2023-10-17 13:19:35 +0900
commit3f5aea6f372a799b7561bd6df26de0dae5ce4f05 (patch)
treeb7191469f8e382bbd8c35431e8ec14fa98c2e94f /scripts/tizen
parent3ba6862437347d3641214e4d702d0a5ebdbaf815 (diff)
downloadu-boot-3f5aea6f372a799b7561bd6df26de0dae5ce4f05.tar.gz
u-boot-3f5aea6f372a799b7561bd6df26de0dae5ce4f05.tar.bz2
u-boot-3f5aea6f372a799b7561bd6df26de0dae5ce4f05.zip
scripts: sd_fusing_rpi4: change a name from modules_a/b to module_a/b
modules_a/b is typo. Change a correct name from modules_a/b to module_a/b. Change-Id: I61a0e461598b48a3c494b569302bf4e8e9b366ac Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'scripts/tizen')
-rwxr-xr-xscripts/tizen/sd_fusing_rpi4.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh
index e902e120f9..1e999d5788 100755
--- a/scripts/tizen/sd_fusing_rpi4.sh
+++ b/scripts/tizen/sd_fusing_rpi4.sh
@@ -18,13 +18,13 @@ declare -a PART_TABLE=(
"rootfs.img" 2 4M rootfs_a ext4
"system-data.img" 3 4M system-data ext4
"user.img" 5 4M user ext4
- "modules.img" 6 4M modules_a ext4
+ "modules.img" 6 4M module_a ext4
"ramdisk.img" 7 4M ramdisk_a ext4
"ramdisk-recovery.img" 8 4M recovery_a ext4
"hal.img" 10 4M hal_a ext4
"boot.img" 11 4M boot_b vfat
"rootfs.img" 12 4M rootfs_b ext4
- "modules.img" 13 4M modules_b ext4
+ "modules.img" 13 4M module_b ext4
"ramdisk.img" 14 4M ramdisk_b ext4
"ramdisk-recovery.img" 15 4M recovery_b ext4
"hal.img" 16 4M hal_b ext4
@@ -32,7 +32,7 @@ declare -a PART_TABLE=(
declare -a PART_TABLE_B=(
"boot.img" 11 4M boot_b vfat
"rootfs.img" 12 4M rootfs_b ext4
- "modules.img" 13 4M modules_b ext4
+ "modules.img" 13 4M module_b ext4
"ramdisk.img" 14 4M ramdisk_b ext4
"ramdisk-recovery.img" 15 4M recovery_b ext4
"hal.img" 16 4M hal_b ext4
@@ -501,7 +501,7 @@ function check_device () {
function print_logo () {
echo ""
- echo "Raspberry Pi4 downloader, version 1.0.3"
+ echo "Raspberry Pi4 downloader, version 1.0.4"
echo ""
}