Re: [PATCH 6/6] cmd: gpt: Add command to swap partition order

2023-08-23 Thread Simon Glass
Hi Joshua, On Tue, 15 Aug 2023 at 10:28, Joshua Watt wrote: > > Adds a command called "gpt swap-postition" which will swap the order two > partitions are listed in the GPT partition table (but leaves them > pointing to the same locations on disk). > > Signed-off-by: Joshua Watt > --- > cmd/gpt.

[PATCH 6/6] cmd: gpt: Add command to swap partition order

2023-08-15 Thread Joshua Watt
Adds a command called "gpt swap-postition" which will swap the order two partitions are listed in the GPT partition table (but leaves them pointing to the same locations on disk). Signed-off-by: Joshua Watt --- cmd/gpt.c | 50 -- 1 file changed, 48