commit | 0ec473bc19dcdc7f46c935de6d40ffaf04f0b2bc | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Feb 02 16:31:59 2015 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 12 15:17:29 2015 -0700 |
tree | 65f5743792dddb46f25e0d8440661197fcabdbc2 | |
parent | 0ed2cb17a91f6b2dc7592543b80235485a8b165e [diff] |
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>