From: Jaehoon Chung Date: Mon, 13 Jun 2022 01:00:28 +0000 (+0900) Subject: tizen: bootscript: rpi4: remove mbr_check X-Git-Tag: submit/tizen/20220616.045700~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b8642877064dc0736e3db2b74e96c16f489682f;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/tizen/bootscript/tizen-boot-rpi4.scr b/tizen/bootscript/tizen-boot-rpi4.scr index d8f2e3806d..eb41047376 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;