[U-Boot] [PATCH 0/2] gpt: fix partition size limit
Piotr Wilczek
p.wilczek at samsung.com
Mon Jan 28 09:59:23 CET 2013
This patchset fixes partions size limitation in 'gpt' command.
New 'ustrtoll' function is added and used to convert partition
size from string to unsigned long long type.
Piotr Wilczek (2):
vsprintf: add ustrtoll function
gpt: fix partion size limit
common/cmd_gpt.c | 10 ++++++----
include/exports.h | 1 +
lib/vsprintf.c | 23 +++++++++++++++++++++++
3 files changed, 30 insertions(+), 4 deletions(-)
--
1.7.9.5
More information about the U-Boot
mailing list