sh: Fix OF_SEPARATE support
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 1 Sep 2019 16:05:03 +0000 (18:05 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 2 Sep 2019 15:38:42 +0000 (17:38 +0200)
commitee3a4a708a36fec81126d86f6baabaf4e053ed22
tree3486e385432ac1defb118413a5b0adc92c7c1584
parent6756762024ccacf48e1419a02e0880f337a9030f
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>
arch/sh/cpu/u-boot.lds
arch/sh/lib/start.S