From 775f9d41661ce68bb597ed0a48b91653b80e824b Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 1 Jul 2022 12:54:46 +0900 Subject: [PATCH] samsung: tizen_rpi: add update_gpt_part uboot variable Add update_gpt_part uboot variable. If wants to change a partition from mbr to gpt, run the below command on u-boot console. - run update_gpt_part NOTE: This is for only RPi4. Change-Id: Idd46ce313f8c28b9b04f7f8c7190ee1aed51d6f0 Signed-off-by: Jaehoon Chung --- include/samsung/tizen_rpi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 42dc18cee6..a9a9d2573f 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -159,6 +159,7 @@ "set_to_part_a=" SET_TO_PARTITION_A "\0" \ "set_to_part_b=" SET_TO_PARTITION_B "\0" \ "gpt_parts=" GPT_PARTS_DEFAULT "\0" \ + "update_gpt_part=gpt write mmc ${mmcbootdev} ${gpt_parts}\0" \ "" #endif /* __CONFIG_TIZEN_RPI_H */ -- 2.34.1