Re: [U-Boot] [PATCH] dm: add manual relocation for devices

2016-06-09 Thread Simon Glass
On 7 June 2016 at 20:42, Simon Glass wrote: > On 21 May 2016 at 03:05, Angelo Dureghello wrote: >> Some architectures as m68k still need to use CONFIG_NEEDS_MANUAL_RELOC, >> and are not still using the device tree. >> >> Signed-off-by: Angelo Dureghello >> --- >> drivers/core/root.c | 15 ++

Re: [U-Boot] [PATCH] dm: add manual relocation for devices

2016-06-07 Thread Simon Glass
On 21 May 2016 at 03:05, Angelo Dureghello wrote: > Some architectures as m68k still need to use CONFIG_NEEDS_MANUAL_RELOC, > and are not still using the device tree. > > Signed-off-by: Angelo Dureghello > --- > drivers/core/root.c | 15 +++ > 1 file changed, 15 insertions(+) Acked-

[U-Boot] [PATCH] dm: add manual relocation for devices

2016-05-21 Thread Angelo Dureghello
Some architectures as m68k still need to use CONFIG_NEEDS_MANUAL_RELOC, and are not still using the device tree. Signed-off-by: Angelo Dureghello --- drivers/core/root.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/core/root.c b/drivers/core/root.c index 13c2713..