
10 Jul
2023
10 Jul
'23
9:45 p.m.
Hi Jonas,
On Mon, 10 Jul 2023 at 11:35, Jonas Karlman jonas@kwiboo.se wrote:
Hi Simon,
On 2023-07-10 04:41, Simon Glass wrote:
From: Marek Vasut marex@denx.de
This is needed to handle mkimage with inner section located itself in a section.
Signed-off-by: Marek Vasut marex@denx.de Use BuildSectionData() instead of ObtainContents(), add tests and a few other minor fixes: Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3:
- Fix up some tests which now need SPL and TPL
- Avoid calling ObtainContents() when not needed
Changes in v2:
- Drop now-unnecessary methods in mkimage etype
Looks like this change never made it into the patch?
The following functions are still in this file and can now be removed:
- SetAllowMissing
- SetAllowFakeBlob
- CheckMissing
- CheckFakedBlobs
Yes, I partially reverted to an earlier version by mistake. Will fix.
Regards, Simon