On Wed, 07 Aug 2024 02:20:07 +0000, [email protected] wrote: > Do not load and flush segments whose program header type is not > PT_LOAD to avoid crash happen. > > bootelf will load all program headers and then flush cache. > Since PT_GNU_STACK start address is 0x0, crash happens when > it flushes PT_GNU_STACK area for target that memory cannot be > accessed from address 0x0. > > [...]
Applied to u-boot/next, thanks! -- Tom

