mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2025-03-06 09:27:58 +00:00
plat: intel: Fix UEFI decompression issue
UEFI decompression will fail if the payload size is too large and the load address is too low. This patch moves the payload to a higher address to fix the issue Signed-off-by: Tien Hock, Loh <tien.hock.loh@intel.com> Change-Id: I36087fbd2237b62891c59dbe2d34336bddfaa396
This commit is contained in:
parent
351ab9f54d
commit
389091a8d6
@ -29,7 +29,7 @@
|
||||
#define L2_RESET_DONE_STATUS 0x1228E5E7
|
||||
|
||||
/* Define next boot image name and offset */
|
||||
#define PLAT_NS_IMAGE_OFFSET 0x50000
|
||||
#define PLAT_NS_IMAGE_OFFSET 0x10000000
|
||||
#define PLAT_HANDOFF_OFFSET 0xFFE3F000
|
||||
|
||||
/*******************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user