commit | ae1768a72cf70c00eec6824a5cc9079b0a247640 | [log] [tgz] |
---|---|---|
author | Egbert Eich <eich@suse.com> | Tue Apr 09 06:03:36 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed May 01 16:24:02 2013 -0400 |
tree | f39da7d478d7208b2603d0466c258dd9e710c30f | |
parent | 9d956e0fefa39ba49250f61e3c7aa3dadafdb7fd [diff] |
disk/gpt: Fix GPT partition handling for blocksize != 512 Disks beyond 2T in size use blocksizes of 4096 bytes. However a lot of code in u-boot still assumes a 512 byte blocksize. This patch fixes the handling of GPTs. Signed-off-by: Egbert Eich <eich@suse.com>