u-boot/arch/mips
Masahiro Yamada 63c0941726 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
Commit e2f88dfd2d ("libfdt: Introduce new ARCH_FIXUP_FDT option")
allows us to skip memory setup of DTB, but a problem for ARM is that
spin_table_update_dt() and psci_update_dt() are skipped as well if
CONFIG_ARCH_FIXUP_FDT is disabled.

This commit allows us to skip only fdt_fixup_memory_banks() instead
of the whole of arch_fixup_fdt().  It will be useful when we want to
use a memory node from a kernel DTB as is, but need some fixups for
Spin-Table/PSCI.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Acked-by: Simon Glass <sjg@chromium.org>
Fixed build error for x86:
Signed-off-by: Simon Glass <sjg@chromium.org>
2016-12-02 20:54:34 -07:00
..
cpu MIPS: add possibility to setup initial stack and global data in SRAM 2016-11-30 16:11:46 +01:00
dts boston: Introduce support for the MIPS Boston development board 2016-09-21 16:24:36 +02:00
include/asm MIPS: Fix map_physmem for cached mappings 2016-11-30 16:18:19 +01:00
lib libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY 2016-12-02 20:54:34 -07:00
mach-ath79 MIPS: make inclusion of ROM exception vectors configurable 2016-11-30 16:07:17 +01:00
mach-au1x00 Fix spelling of "resetting". 2016-10-31 10:13:17 -04:00
mach-pic32 MIPS: make inclusion of ROM exception vectors configurable 2016-11-30 16:07:17 +01:00
Kconfig MIPS: add possibility to setup initial stack and global data in SRAM 2016-11-30 16:11:46 +01:00
Makefile MIPS: add tune for MIPS 34kc 2016-05-31 09:38:11 +02:00
config.mk MIPS: provide a default u-boot-spl.lds 2016-05-31 09:38:11 +02:00