]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: gpt: Preserve bootable flag
authorJoshua Watt <jpewhacker@gmail.com>
Thu, 31 Aug 2023 16:51:40 +0000 (10:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 11 Sep 2023 20:27:49 +0000 (16:27 -0400)
commit648140f77aff55d3bab072166a88ef179c474524
tree0539a471cd84a6c956c2c52572aeea92fe741a5e
parent368beaf7bb609b1daede46e3b31f5788d52e44e5
cmd: gpt: Preserve bootable flag

Sets the bootable flag when constructing the partition string from the
current partition configuration. This ensures that when the partitions
are written back (for example, when renaming a partition), the flag is
preserved.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
cmd/gpt.c
test/py/tests/test_gpt.py