commit | 698a51d4c2a22f6617498a0ba6fb4f25a4de779d | [log] [tgz] |
---|---|---|
author | Doug Anderson <dianders@chromium.org> | Wed Oct 19 09:47:31 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Oct 27 23:53:59 2011 +0200 |
tree | d3cf5bc62b5b20cdaa3d9b7414a3bb3793259faa | |
parent | dc03667647b5366ed9a91222b42248eb7bd24c87 [diff] |
disk: part_efi: fix **pgpt_pte == NULL Code was setting **pgpt_pte == NULL, which meant that the pointer to the gpt_pte would be stored at RAM address 00000000. This 'worked' on T20 (SDRAM starts @ 0x00000000), but hung gpt/EFI access on T30 (SDRAM starts @ 0x80000000). Signed-off-by: Tom Warren <twarren@nvidia.com> Signed-off-by: Doug Anderson <dianders@chromium.org>