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

README.malta referred to board/malta, but malta has now been moved within board/imgtec/, so correct the path.
Signed-off-by: James Hogan james.hogan@imgtec.com Cc: Daniel Schwierzeck daniel.schwierzeck@googlemail.com Cc: Paul Burton paul.burton@imgtec.com --- doc/README.malta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/README.malta b/doc/README.malta index a495d02..c8db8a0 100644 --- a/doc/README.malta +++ b/doc/README.malta @@ -9,7 +9,7 @@ How to flash using a MIPS Navigator Probe:
- Within Navigator Console run the following commands:
- source /path/to/u-boot/board/malta/flash-malta-boot.tcl + source /path/to/u-boot/board/imgtec/malta/flash-malta-boot.tcl reset flash-boot /path/to/u-boot/u-boot.bin

On Tue, Mar 04, 2014 at 02:48:42PM +0000, 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 james.hogan@imgtec.com Cc: Daniel Schwierzeck daniel.schwierzeck@googlemail.com Cc: Paul Burton paul.burton@imgtec.com
doc/README.malta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/README.malta b/doc/README.malta index a495d02..c8db8a0 100644 --- a/doc/README.malta +++ b/doc/README.malta @@ -9,7 +9,7 @@ How to flash using a MIPS Navigator Probe:
Within Navigator Console run the following commands:
source /path/to/u-boot/board/malta/flash-malta-boot.tcl
source /path/to/u-boot/board/imgtec/malta/flash-malta-boot.tcl reset flash-boot /path/to/u-boot/u-boot.bin
-- 1.8.1.2

2014-03-04 15:48 GMT+01:00 James Hogan james.hogan@imgtec.com:
README.malta referred to board/malta, but malta has now been moved within board/imgtec/, so correct the path.
Signed-off-by: James Hogan james.hogan@imgtec.com Cc: Daniel Schwierzeck daniel.schwierzeck@googlemail.com Cc: Paul Burton paul.burton@imgtec.com
doc/README.malta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
could you resend the patch? Patchwork didn't pick it up.

2014-03-04 15:48 GMT+01:00 James Hogan james.hogan@imgtec.com:
README.malta referred to board/malta, but malta has now been moved within board/imgtec/, so correct the path.
Signed-off-by: James Hogan james.hogan@imgtec.com Cc: Daniel Schwierzeck daniel.schwierzeck@googlemail.com Cc: Paul Burton paul.burton@imgtec.com
doc/README.malta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
applied, thanks
participants (3)
-
Daniel Schwierzeck
-
James Hogan
-
Paul Burton