rv1126-uboot/arch/powerpc/lib
Alexey Brodkin f05ce84792 UPSTREAM: 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.

Change-Id: Iaac96fbb0bcc484906952ced132b10b2cead782e
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: York Sun <york.sun@nxp.com>
Cc: Stefan Roese <sr@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2018-12-24 17:20:37 +08:00
..
Makefile powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/ 2017-07-08 15:55:27 -04:00
_ashldi3.S
_ashrdi3.S
_lshrdi3.S
bat_rw.c
bootm.c UPSTREAM: fdt: Implement weak arch_fixup_fdt() 2018-12-24 17:20:37 +08:00
cache.c
extable.c
interrupts.c powerpc: Rework interrupt_init_cpu() 2017-08-26 14:56:08 -04:00
kgdb.c powerpc: move set_msr() and get_msr() into .h 2017-07-22 22:22:49 -04:00
ppccache.S powerpc: remove 4xx support 2017-07-03 17:35:28 -04:00
ppcstring.S treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
reloc.S
spl.c spl: make image arg or fdt blob address reconfigurable 2017-05-08 11:38:40 -04:00
stack.c
ticks.S
time.c power, timer: reset TBL before TBU 2017-07-22 22:22:48 -04:00