diff --git a/test/test_bootimg.py b/test/test_bootimg.py index 2ad8504a..479a09bc 100644 --- a/test/test_bootimg.py +++ b/test/test_bootimg.py @@ -73,13 +73,13 @@ def test_bootimg_qcdt(args): def test_bootimg_mtk_mkimage(args): path = pmb_test.const.testdata + "/bootimg/mtk_mkimage-boot.img" - output = {"base": "0x80000000", + output = {"base": "0x10000000", "kernel_offset": "0x00008000", - "ramdisk_offset": "0x04000000", + "ramdisk_offset": "0x01000000", "second_offset": "0x00f00000", - "tags_offset": "0x0e000000", + "tags_offset": "0x00000100", "pagesize": "2048", - "cmdline": "bootopt=64S3,32S1,32S1", + "cmdline": "", "qcdt": "false", "mtk_mkimage": "true", "dtb_second": "false"} diff --git a/test/testdata/bootimg/mtk_mkimage-boot.img b/test/testdata/bootimg/mtk_mkimage-boot.img index 99ef3846..2d175924 100644 Binary files a/test/testdata/bootimg/mtk_mkimage-boot.img and b/test/testdata/bootimg/mtk_mkimage-boot.img differ