]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 7 Jan 2013 06:54:52 +0000 (06:54 +0000)
committerTom Rini <trini@ti.com>
Thu, 10 Jan 2013 21:35:12 +0000 (14:35 -0700)
commit58bd77db9dc32847bc5a5f0b5d0f8f6e3780679a
tree0e4f2ffba7e509efbaa7e255062754279663d316
parentd2af028db3f75390f56f018e16c0f269521e07c5
bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC

To make bootm sub-command feature working on archs with CONFIG_NEEDS_MANUAL_RELOC,
the name pointers in the sub-command table need to be relocated.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
common/cmd_bootm.c