Re: [U-Boot] [PATCH] malta: correct tcl script path in README.malta

2014-03-05 Thread Daniel Schwierzeck
2014-03-04 15:48 GMT+01:00 James Hogan : > README.malta referred to board/malta, but malta has now been moved > within board/imgtec/, so correct the path. > > Signed-off-by: James Hogan > Cc: Daniel Schwierzeck > Cc: Paul Burton > --- > doc/README.malta | 2 +- > 1 file changed, 1 insertion(+),

[U-Boot] [PATCH] malta: correct tcl script path in README.malta

2014-03-05 Thread James Hogan
README.malta referred to board/malta, but malta has now been moved within board/imgtec/, so correct the path. Signed-off-by: James Hogan Cc: Daniel Schwierzeck Cc: Paul Burton --- doc/README.malta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.malta b/doc/README

Re: [U-Boot] [PATCH] malta: correct tcl script path in README.malta

2014-03-04 Thread Daniel Schwierzeck
2014-03-04 15:48 GMT+01:00 James Hogan : > README.malta referred to board/malta, but malta has now been moved > within board/imgtec/, so correct the path. > > Signed-off-by: James Hogan > Cc: Daniel Schwierzeck > Cc: Paul Burton > --- > doc/README.malta | 2 +- > 1 file changed, 1 insertion(+),

Re: [U-Boot] [PATCH] malta: correct tcl script path in README.malta

2014-03-04 Thread Paul Burton
On Tue, Mar 04, 2014 at 02:48:42PM +, James Hogan wrote: > README.malta referred to board/malta, but malta has now been moved > within board/imgtec/, so correct the path. Well spotted :) Paul > > Signed-off-by: James Hogan > Cc: Daniel Schwierzeck > Cc: Paul Burton > --- > doc/README.ma