]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Add support for all targets which requires MANUAL_RELOC
authorMichal Simek <michal.simek@xilinx.com>
Mon, 2 Feb 2015 15:31:59 +0000 (16:31 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:52:17 +0000 (13:52 +0200)
commitc49e26243677aea080ba8350fb3e7b194b3c0ede
tree85e6c16b5503b3529466913067fd436124f7bfb8
parent915105e06fdcc6e8f1994564eb76120cd17b0e8d
dm: Add support for all targets which requires MANUAL_RELOC

Targets with CONFIG_NEEDS_MANUAL_RELOC do not use REL/RELA
relocation (mostly only GOT) where functions aray are not
updated. This patch is fixing function pointers for DM core
and serial-uclass to ensure that relocated functions are called.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/core/root.c
drivers/serial/serial-uclass.c