summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorPiotr Wilczek <p.wilczek@samsung.com>2013-01-27 22:59:25 +0000
committerTom Rini <trini@ti.com>2013-02-20 08:52:41 -0500
commit3e34cf7bffb87f3a96a87a4d1e0a76df7322b3c1 (patch)
tree39f54d31fe25188dd3b41a228b40690a81bb79cb /MAKEALL
parentc8876f1c72ac36879436278892e6c20a93174b6a (diff)
downloadtalos-obmc-uboot-3e34cf7bffb87f3a96a87a4d1e0a76df7322b3c1.tar.gz
talos-obmc-uboot-3e34cf7bffb87f3a96a87a4d1e0a76df7322b3c1.zip
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 'MAKEALL')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud