diff options
| author | Alexey Brodkin <[email protected]> | 2018-01-24 20:47:09 +0300 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2018-02-18 12:53:38 -0700 |
| commit | 4280342adb2d72d6242ec1ffbb723af380b31586 (patch) | |
| tree | 6103f3a10ec88d20f980999495e9337a5edfcaf7 /include/linux/linux_string.h | |
| parent | 32fe36574ea5e6ea55313e16547b98a984af7767 (diff) | |
fdt: Implement weak arch_fixup_fdt()
Only ARM and in some configs MIPS really implement arch_fixup_fdt().
Others just use the same boilerplate which is not good by itself,
but what's worse if we try to build with disabled CONFIG_CMD_BOOTM
and enabled CONFIG_OF_LIBFDT we'll hit an unknown symbol which was
apparently implemented in arch/xxx/lib/bootm.c.
Now with weak arch_fixup_fdt() right in image-fdt.c where it is
used we get both items highlighted above fixed.
Signed-off-by: Alexey Brodkin <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: York Sun <[email protected]>
Cc: Stefan Roese <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
Diffstat (limited to 'include/linux/linux_string.h')
0 files changed, 0 insertions, 0 deletions
