Re: [U-Boot] [PATCH 2/2] dm: cmd: Relocate subcommands when MANUAL_RELOC

2015-12-06 Thread Simon Glass
On 4 December 2015 at 09:05, Michal Simek wrote: > Subcommands contain pointers to functions which are not updated when > MANUAL_REALOC is enabled. This patch fix it. > > Signed-off-by: Michal Simek > --- > > test/dm/cmd_dm.c | 14 ++ > 1 file changed, 14 insertions(+) Reviewed-by:

[U-Boot] [PATCH 2/2] dm: cmd: Relocate subcommands when MANUAL_RELOC

2015-12-04 Thread Michal Simek
Subcommands contain pointers to functions which are not updated when MANUAL_REALOC is enabled. This patch fix it. Signed-off-by: Michal Simek --- test/dm/cmd_dm.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/test/dm/cmd_dm.c b/test/dm/cmd_dm.c index caff49aa4f62..b6e71091