u-boot/arch/sh
Marek Vasut ee3a4a708a sh: Fix OF_SEPARATE support
If the OF_SEPARATE is enabled, the DT is appended past the _end symbol.
The current code however clears BSS very early, which overwrites the DT
blob with zeroes. Moreover, the early code relocates U-Boot into RAM to
the correct location, but does not relocate the DT.

This patch adds code to relocate the DT and avoids clearing BSS too
early, thus addressing both problems with OF_SEPARATE on SH.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2019-09-02 17:38:42 +02:00
..
cpu sh: Fix OF_SEPARATE support 2019-09-02 17:38:42 +02:00
include/asm sh: tmu: Fix SH4 TCNT0 offset 2019-09-02 17:38:42 +02:00
lib sh: Fix OF_SEPARATE support 2019-09-02 17:38:42 +02:00
config.mk Kbuild: add LDFLAGS_STANDALONE 2018-11-18 16:02:23 +01:00
Kconfig sh: r0p7734: Remove the board 2019-06-14 12:42:06 +02:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00