summaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorBradley Bolen <bradleybolen@gmail.com>2019-11-16 20:00:45 -0500
committerUlf Hansson <ulf.hansson@linaro.org>2019-11-18 10:05:38 +0100
commitf3d7c2292d104519195fdb11192daec13229c219 (patch)
tree040b4395c1952d60bbb8393d1c77a1e16d752f74 /COPYING
parentc91843463e9e821dc3b48fe37e3155fa38299f6e (diff)
mmc: core: Fix size overflow for mmc partitions
With large eMMC cards, it is possible to create general purpose partitions that are bigger than 4GB. The size member of the mmc_part struct is only an unsigned int which overflows for gp partitions larger than 4GB. Change this to a u64 to handle the overflow. Signed-off-by: Bradley Bolen <bradleybolen@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions