diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2022-07-13 16:34:44 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2023-10-17 13:19:35 +0900 |
commit | 3f5aea6f372a799b7561bd6df26de0dae5ce4f05 (patch) | |
tree | b7191469f8e382bbd8c35431e8ec14fa98c2e94f /include | |
parent | 3ba6862437347d3641214e4d702d0a5ebdbaf815 (diff) | |
download | u-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 'include')
-rw-r--r-- | include/samsung/tizen_rpi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index e40707595f..325b2fc2e5 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -71,14 +71,14 @@ "name=system-data,size=1344MiB,uuid=${uuid_gpt_data},type=linux;" \ "name=none,size=36MiB,uuid=${uuid_gpt_none},type=linux;" \ "name=user,size=6636MiB,uuid=${uuid_gpt_user},type=linux;" \ - "name=modules_a,size=32MiB,uuid=${uuid_gpt_modules_a},type=linux;" \ + "name=module_a,size=32MiB,uuid=${uuid_gpt_module_a},type=linux;" \ "name=ramdisk_a,size=32MiB,uuid=${uuid_gpt_ramdisk_a},type=linux;" \ "name=recovery_a,size=32MiB,uuid=${uuid_gpt_recovery_a},type=linux;" \ "name=inform,size=8MiB,uuid=${uuid_gpt_inform},type=linux;" \ "name=hal_a,size=256MiB,uuid=${uuid_gpt_hal_a},type=linux;" \ "name=boot_b,size=64MiB,uuid=${uuid_gpt_boot_b},type=C12A7328-F81F-11D2-BA4B-00A0C93EC93B;" \ "name=rootfs_b,size=3072MiB,uuid=${uuid_gpt_rootf_b},type=linux;" \ - "name=modules_b,size=32MiB,uuid=${uuid_gpt_modules_b},type=linux;" \ + "name=module_b,size=32MiB,uuid=${uuid_gpt_module_b},type=linux;" \ "name=ramdisk_b,size=32MiB,uuid=${uuid_gpt_ramdisk_b},type=linux;" \ "name=recovery_b,size=32MiB,uuid=${uuid_gpt_recovery_b},type=linux;" \ "name=hal_b,size=256MiB,uuid=${uuid_gpt_hal_b},type=linux;" \ |