summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2024-03-15 09:39:50 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2024-03-15 09:40:42 +0900
commit42033767edf4ddae3a49766bbdb27ac6e5e308ff (patch)
tree17f3827450b1c805e0d71c10b61fde5e71b06203 /include
parentb5bd17fa11f2778060ed3ace9d2334f05a469a81 (diff)
downloadu-boot-42033767edf4ddae3a49766bbdb27ac6e5e308ff.tar.gz
u-boot-42033767edf4ddae3a49766bbdb27ac6e5e308ff.tar.bz2
u-boot-42033767edf4ddae3a49766bbdb27ac6e5e308ff.zip
Revert "samsung: tizen_rpi: Add container partition in GPT_PARTS_DEFAULT"
This reverts commit f398a318d7d49bf21055f9b5f4bc40d6ccedd1ec. AoT partitoin is not used by default. So it doesn't need to add container partiton in GPT_PARTS_DEFAULT. Change-Id: Ia63c0f52b5fc347623ff1d23d15b1538882bd70f Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/samsung/tizen_rpi.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h
index ff16dd6c7d..3d87e5fdef 100644
--- a/include/samsung/tizen_rpi.h
+++ b/include/samsung/tizen_rpi.h
@@ -37,9 +37,7 @@
"module part 0 6;" \
"ramdisk.img part 0 7;" \
"ramdisk-recovery part 0 8;" \
- "hal.img part 0 10;" \
- "system.img part 0 17;" \
- "vendor.img part 0 19"
+ "hal.img part 0 10"
#define CONFIG_SET_DFU_ALT_BUF_LEN (SZ_1K)
@@ -84,10 +82,6 @@
"name=ramdisk_b,size=32MiB,uuid=${uuid_gpt_ramdisk_b},type=linux;" \
"name=ramdisk-recovery_b,size=32MiB,uuid=${uuid_gpt_ramdisk-recovery_b},type=linux;" \
"name=hal_b,size=256MiB,uuid=${uuid_gpt_hal_b},type=linux;" \
- "name=aot-system_a,size=1536MiB,uuid=${uuid_gpt_aot-system_a},type=linux;" \
- "name=aot-system_b,size=1536MiB,uuid=${uuid_gpt_aot-system_b},type=linux;" \
- "name=aot-vendor_a,size=256MiB,uuid=${uuid_gpt_aot-vendor_a},type=linux;" \
- "name=aot-vendor_b,size=256MiB,uuid=${uuid_gpt_aot-vendor_b},type=linux;" \
"name=reserved0,size=4MiB,uuid=${uuid_gpt_reserved0},type=linux;" \
"name=reserved1,size=64MiB,uuid=${uuid_gpt_reserved1},type=linux;" \
"name=reserved2,size=-,uuid=${uuid_gpt_reserved2},type=linux;" \