scripts: sd_fusing_rpi4: change a name from recovery to ramdisk-recovery
[platform/kernel/u-boot.git] / scripts / tizen / sd_fusing_rpi4.sh
index 5178834..430018f 100755 (executable)
@@ -20,13 +20,13 @@ declare -a PART_TABLE=(
        "user.img"                      5       4M      user                    ext4
        "modules.img"                   6       4M      module_a                ext4
        "ramdisk.img"                   7       4M      ramdisk_a               ext4
-       "ramdisk-recovery.img"          8       4M      recovery_a              ext4
+       "ramdisk-recovery.img"          8       4M      ramdisk-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      module_b                ext4
        "ramdisk.img"                   14      4M      ramdisk_b               ext4
-       "ramdisk-recovery.img"          15      4M      recovery_b              ext4
+       "ramdisk-recovery.img"          15      4M      ramdisk-recovery_b      ext4
        "hal.img"                       16      4M      hal_b                   ext4
        )
 declare -a PART_TABLE_B=(
@@ -34,7 +34,7 @@ declare -a PART_TABLE_B=(
        "rootfs.img"                    12      4M      rootfs_b                ext4
        "modules.img"                   13      4M      module_b                ext4
        "ramdisk.img"                   14      4M      ramdisk_b               ext4
-       "ramdisk-recovery.img"          15      4M      recovery_b              ext4
+       "ramdisk-recovery.img"          15      4M      ramdisk-recovery_b      ext4
        "hal.img"                       16      4M      hal_b                   ext4
        )
 
@@ -505,7 +505,7 @@ function check_device () {
 
 function print_logo () {
        echo ""
-       echo "Raspberry Pi4 downloader, version 1.0.4"
+       echo "Raspberry Pi4 downloader, version 1.0.5"
        echo ""
 }