Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 34b55c8f authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

msm: pil: Fix segment physical address comparison



The PIL must load segments in order of lowest physical address
to highest physical address.  The comparison used to sort the
segment list prior to load is replaced with one that works
for physical addresses above 2GB (0x80000000).  The previous
comparison returned an incorrect result when comparing a
segment with a physical address located below 2GB with one located
above 2GB.

Change-Id: Id648959a1619ad0a7bb7f8f78e1f7164b3693fb6
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent 3f0d02d1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment