diff options
author | Sammy He <r62914@freescale.com> | 2011-07-26 00:15:45 +0800 |
---|---|---|
committer | Sammy He <r62914@freescale.com> | 2011-07-26 18:52:00 +0800 |
commit | 25f925214af7a5abe9808e273365a87bc8474fc5 (patch) | |
tree | 27de5ca0721177b057f587b74c64cd5f7b349486 /include/fastboot.h | |
parent | e436084d533dfc3d7569b6928e0c34278ba42b67 (diff) | |
download | u-boot-imx-25f925214af7a5abe9808e273365a87bc8474fc5.zip u-boot-imx-25f925214af7a5abe9808e273365a87bc8474fc5.tar.gz u-boot-imx-25f925214af7a5abe9808e273365a87bc8474fc5.tar.bz2 |
ENGR00153605 fastboot: uboot cannot be burned to boot partition
uboot image cannot be burned to boot partition for eMMC 4.3. This
patch will fix it.
Signed-off-by: Sammy He <r62914@freescale.com>
Diffstat (limited to 'include/fastboot.h')
-rw-r--r-- | include/fastboot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fastboot.h b/include/fastboot.h index ac6c432..b0bcaef 100644 --- a/include/fastboot.h +++ b/include/fastboot.h @@ -172,6 +172,8 @@ struct fastboot_ptentry { /* Controls the details of how operations are done on the partition See the FASTBOOT_PTENTRY_FLAGS_*'s defined below */ unsigned int flags; + /* partition id: 0 - normal partition; 1 - boot partition */ + unsigned int partition_id; }; struct fastboot_device_info { |