Skip to content
Snippets Groups Projects
Commit deb5ca80 authored by Doug Anderson's avatar Doug Anderson Committed by Wolfgang Denk
Browse files

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: default avatarTom Warren <twarren@nvidia.com>
Signed-off-by: default avatarDoug Anderson <dianders@chromium.org>
parent df70b1c2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment