commit | 78be7d3fa701b59def03e988f6ae39e9925b5ea1 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | Wed Feb 25 13:09:20 2015 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 05 20:50:28 2015 -0500 |
tree | 2afd689bd00017617bac80e354ee240911ea485e | |
parent | f31a566541d1560bef9ed9dc5bc074cef1353c58 [diff] |
lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP available for all architectures GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP are generic members of global data structure so why don't we allow architectures other than ARM to use it. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@ti.com> Acked-by: Simon Glass <sjg@chromium.org>