]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add CONFIG_SYS_SYM_OFFSETS to support offset symbols
authorSimon Glass <sjg@chromium.org>
Mon, 11 Mar 2013 07:06:48 +0000 (07:06 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:14:00 +0000 (16:14 -0400)
commit632efa744013205c5f9a2a5fe21bfd0f968d00c7
tree421d10f0b5f432bebd6a66db5a6d5ac62e90320e
parent959daa21d4da6a7d3f1afa682395066bf9a9e48d
Add CONFIG_SYS_SYM_OFFSETS to support offset symbols

Link symbols as created by the link script can either be absolute or
relative to the text start. This option switches between the two options
so that we can support both.

As we convert architectures over to generic board, we can see if this
option is actually needed, or whether it is possible to unify this feature
also.

Signed-off-by: Simon Glass <sjg@chromium.org>
README
common/board_f.c