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

2015-12-06 Thread Heiko Schocher
Hello Michal, Am 04.12.2015 um 17:05 schrieb 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 --- common/cmd_i2c.c | 16 1 file changed, 12 insertions(+), 4 deletions

Re: [U-Boot] [PATCH 1/2] i2c: 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 > --- > > common/cmd_i2c.c | 16 > 1 file changed, 12 insertions(+), 4 deletions

[U-Boot] [PATCH 1/2] i2c: 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 --- common/cmd_i2c.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c index 3d0d