commit | 7e879da0bf0e509a63bf6eea6070fcd300dc1633 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Aug 26 03:53:43 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Aug 27 08:21:08 2023 +0200 |
tree | bd3305e51e5c61cb85e720872766bd5eef015b4d | |
parent | 16e48de4b6fb070b2f8a93fc91699fa29be9e399 [diff] |
cmd: let gpt_partition_entry be hexadecimal In commands like 'ls mmc 0:f' the partition number is hexadecimal. In command 'gpt setenv' variable gpt_partition_entry needs to be set to a hexadecimal value to allow its use as a parameter in a subsequent command. Fixes: 57f8cf1b9aea ("cmd: fix gpt enumerate") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>