summaryrefslogtreecommitdiff
path: root/disk
diff options
context:
space:
mode:
authorYonghui Yu <yonghui.yu@amlogic.com>2016-11-24 19:21:57 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2016-11-29 19:09:38 -0800
commitca8d43b7c29fdc107521f0a9e737ff986aa4a227 (patch)
treede8a269b4b5f95d996abad475aa33df3578e59da /disk
parent65e4ae2e4c365b779b1974deb41b5e39bd51f6d8 (diff)
downloadu-boot-odroid-c1-ca8d43b7c29fdc107521f0a9e737ff986aa4a227.tar.gz
PD#133885: fastboot&emmc: support dtb fastboot flashing
Change-Id: I74716386c1731267ea57ad754690532bf436ee2b
Diffstat (limited to 'disk')
-rw-r--r--disk/part_aml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk/part_aml.c b/disk/part_aml.c
index 78c232a938..b26962e77f 100644
--- a/disk/part_aml.c
+++ b/disk/part_aml.c
@@ -76,7 +76,7 @@ void print_part_aml(block_dev_desc_t * dev_desc)
i++;
} while (_get_partition_info_aml(dev_desc,i,&info,0)!=-1);
}
-#define AML_MPT_OFFSET (81920) /* 40M */
+#define AML_MPT_OFFSET (73728) /* 36M */
/* fix 40Mbyte to check the MPT magic */
int test_part_aml (block_dev_desc_t *dev_desc)
{