]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/VolInfo: Correct alignment attributes display
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Wed, 13 Jul 2022 13:11:02 +0000 (21:11 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 24 Jul 2022 07:51:10 +0000 (07:51 +0000)
commit8ee26529d1b554a31c1041f0b9ed4e2dd250bd7a
tree3431a13d745596543e4f91633be18ce86465f41a
parentd32a84b5ad8eb5293710ca83dad2b4686479b653
BaseTools/VolInfo: Correct alignment attributes display

Alignment attribute is not a bitmask, therefore we need to compare
field value with all alignment defines.
Remove duplicate print statements. Unify indent with other attribute
print statements.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/C/VolInfo/VolInfo.c