]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: zynqmpimage: show info on partition 0
authorBrandon Maier <brandon.maier@collins.com>
Thu, 4 Jan 2024 18:50:06 +0000 (18:50 +0000)
committerMichal Simek <michal.simek@amd.com>
Wed, 10 Jan 2024 08:27:12 +0000 (09:27 +0100)
commit85acf83a09583e472538c23c6a2d23176135485f
tree2fcabb300a709947bd1f43d6b5543d1e525aeed2
parentb121dc80c3720b2c1092f50b652ca0225a799958
tools: zynqmpimage: show info on partition 0

The zynqmpimage_print_header() skips printing the first partition. This
is because the image header can contain duplicate fields as the first
partition. However some fields, like the partition attributes, are only
present in the partition table. It is also possible for the first
partition to not be declared in the image header, if the image is not a
bootloader image.

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Link: https://lore.kernel.org/r/20240104185258.39465-1-brandon.maier@collins.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
tools/zynqmpimage.c