]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: gpt: initialize partition table
authorKishan Dudhatra <kishan.dudhatra@siliconsignals.io>
Mon, 22 Apr 2024 18:17:33 +0000 (23:47 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 3 May 2024 18:22:58 +0000 (12:22 -0600)
commit8024d577897d57d0b9ec2dd92449e06e7f74f0e0
treec0bb127fd6d78422ec3683f9b64510bcab0c98af
parentd881da3b424c1b8c6e7fa1b832264800a5b03c4f
cmd: gpt: initialize partition table

Change in v2:
- Fix applies to all block devices, not just MMC.

If partition init is not completed within the gpt write,
the gpt partition list will not be updated.

Signed-off-by: Kishan Dudhatra <kishan.dudhatra@siliconsignals.io>
cmd/gpt.c