diff options
author | Piotr Wilczek <p.wilczek@samsung.com> | 2013-01-27 22:59:25 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-02-20 08:52:41 -0500 |
commit | 3e34cf7bffb87f3a96a87a4d1e0a76df7322b3c1 (patch) | |
tree | 39f54d31fe25188dd3b41a228b40690a81bb79cb /lib/sha256.c | |
parent | c8876f1c72ac36879436278892e6c20a93174b6a (diff) | |
download | u-boot-imx-3e34cf7bffb87f3a96a87a4d1e0a76df7322b3c1.zip u-boot-imx-3e34cf7bffb87f3a96a87a4d1e0a76df7322b3c1.tar.gz u-boot-imx-3e34cf7bffb87f3a96a87a4d1e0a76df7322b3c1.tar.bz2 |
gpt: fix partion size limit
Currently, in gpt command, partion size is converted from string
to unsigned long type using 'ustrtol' function. That type limits
the partition size to 4GB.
This patch changes the conversion function to 'ustrtoll' to return
unsigned long long type.
Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'lib/sha256.c')
0 files changed, 0 insertions, 0 deletions