commit | 484fdf5ba058b07be5ca82763aa2b72063540ef3 | [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 | 99c0ae16d8b2ebfb7381ba77d4e37e7bda734402 [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>