]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fixed incorrect alignment bug.
authorYingke Liu <yingke.d.liu@intel.com>
Thu, 16 Jul 2015 00:56:14 +0000 (00:56 +0000)
committeryingke <yingke@Edk2>
Thu, 16 Jul 2015 00:56:14 +0000 (00:56 +0000)
commit547a6507936e6088302e01d6624d60f58d56b732
treef170ea5278eb44ae1346b7f1a8a1571f21042d58
parent680742607132a7733880407453b5f792699d7143
BaseTools: Fixed incorrect alignment bug.

The alignment in rule section is shared by modules to generate FFS,
it should not be modified by certain module.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yingke Liu <yingke.d.liu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18016 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/GenFds/EfiSection.py