commit | 58bd77db9dc32847bc5a5f0b5d0f8f6e3780679a | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Mon Jan 07 06:54:52 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Thu Jan 10 14:35:12 2013 -0700 |
tree | 0e4f2ffba7e509efbaa7e255062754279663d316 | |
parent | d2af028db3f75390f56f018e16c0f269521e07c5 [diff] |
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>