Re: [U-Boot] [PATCH v3] fdt: allow address translation in case of SPL_OF_TRANSLATE

2017-04-05 Thread Vikas Manocha
Hi Simon, On 04/04/2017 08:27 PM, Simon Glass wrote: > Hi Vikas, > > On 4 April 2017 at 15:59, Vikas Manocha wrote: >> Address translation is not working at present even if SPL_OF_TRANSLATE is >> enabled which makes this configuration useless. This patch enables address >> translation for SPL U-

Re: [U-Boot] [PATCH v3] fdt: allow address translation in case of SPL_OF_TRANSLATE

2017-04-04 Thread Simon Glass
Hi Vikas, On 4 April 2017 at 15:59, Vikas Manocha wrote: > Address translation is not working at present even if SPL_OF_TRANSLATE is > enabled which makes this configuration useless. This patch enables address > translation for SPL U-Boot when SPL_OF_TRANSLATE is selected. > > Signed-off-by: Vika