Skip to content
Snippets Groups Projects
Commit a5af51a7 authored by Philipp Tomsich's avatar Philipp Tomsich
Browse files

spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard


The fdt_record_loadable()-function was wedged between other functions
that were guarded by ARCH_FIXUP_FDT_MEMORY.  This could lead to linker
errors on some configurations.

With this change, fdt_record_loadable() is moved out of the
ARCH_FIXUP_FDT_MEMORY guard (plus I tried to retain alphabetical
ordering for functions by placing it appropriately).

References: 9f45aeb9 ("spl: fit: implement fdt_record_loadable")
Signed-off-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reported-by: default avatarMichal Simek <michal.simek@xilinx.com>
Tested-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 6e5308c4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment