From 402e18675e65f759c424ad80bc4af6d4b25174a2 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 13 Jun 2022 10:00:28 +0900 Subject: [PATCH] tizen: bootscript: rpi4: remove mbr_check Remove mbr_check to check whether the correct partition layout is used or not. When A/B partition will be supported, the backward compatibility will be blocked. Change-Id: Ie973838c4c0b56c7d910fb15ca1780b985e69663 Signed-off-by: Jaehoon Chung --- tizen/bootscript/tizen-boot-rpi4.scr | 3 --- 1 file changed, 3 deletions(-) diff --git a/tizen/bootscript/tizen-boot-rpi4.scr b/tizen/bootscript/tizen-boot-rpi4.scr index d8f2e38..eb41047 100644 --- a/tizen/bootscript/tizen-boot-rpi4.scr +++ b/tizen/bootscript/tizen-boot-rpi4.scr @@ -8,9 +8,6 @@ if test "${target}" = "usb0"; then; setenv opts "${opts} rootdelay=2" fi -echo "Tizen: checking partition layout on boot device" -run mbr_check - if test -e $bootdev $mmcbootdev:$mmcinformpart $rebootparamfile; then; ext4load $bootdev $mmcbootdev:$mmcinformpart $rebootparam_addr $rebootparamfile; if itest.l *${rebootparam_addr} == ${upgrade_val}; then; -- 2.7.4