
26 Sep
2024
26 Sep
'24
11:36 p.m.
Hi Tom,
On Thu, 26 Sept 2024 at 06:06, Tom Rini trini@konsulko.com wrote:
On Wed, Sep 25, 2024 at 02:55:30PM +0200, Simon Glass wrote:
Add a linker symbol which can be used to mark relocation code, so it can be collected by the linker and copied into a suitable place and executed when needed.
Signed-off-by: Simon Glass sjg@chromium.org
include/asm-generic/sections.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
This patch, unless there's an implicit dependency on the other series and so introduces an #include leads to fail to build on sandbox.
Yes it is in part D:
https://patchwork.ozlabs.org/project/uboot/patch/20240920072444.134997-2-sjg...
Regards, Simon