tizen: bootscript: rpi4: remove mbr_check 07/276207/1
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 13 Jun 2022 01:00:28 +0000 (10:00 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 13 Jun 2022 01:00:28 +0000 (10:00 +0900)
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 <jh80.chung@samsung.com>
tizen/bootscript/tizen-boot-rpi4.scr

index d8f2e38..eb41047 100644 (file)
@@ -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;