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

2017-03-30 Thread Vikas MANOCHA
Hi Igor, > -Original Message- > From: Igor Grinberg [mailto:grinb...@compulab.co.il] > Sent: Thursday, March 30, 2017 1:59 AM > To: Vikas MANOCHA ; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] fdt: allow address translation in case of > SPL_OF_TRANSLATE &g

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

2017-03-30 Thread Igor Grinberg
Hi, Please provide a commit message. On 03/25/17 01:19, Vikas Manocha wrote: Signed-off-by: Vikas Manocha --- lib/fdtdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 81f47ef..a1c4d16 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -11

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

2017-03-29 Thread Vikas MANOCHA
Hi Simon, Just a reminder for your review whenever you get a chance. Cheers, Vikas > -Original Message- > From: Vikas MANOCHA > Sent: Friday, March 24, 2017 3:19 PM > To: u-boot@lists.denx.de > Cc: Vikas MANOCHA ; Simon Glass > Subject: [PATCH] fdt: allow address translation in case of

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

2017-03-24 Thread Vikas Manocha
Signed-off-by: Vikas Manocha --- lib/fdtdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 81f47ef..a1c4d16 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -112,7 +112,7 @@ fdt_addr_t fdtdec_get_addr_size_fixed(const void *blob, int node,