diff options
author | James Hogan <james.hogan@imgtec.com> | 2014-03-04 14:48:42 +0000 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-03-04 23:41:54 +0100 |
commit | b2099d16dc90fc94f050dfc9391c645c83d06cb8 (patch) | |
tree | f0a13a6a45080d6a99d2dfb9d29dd8989b2e276c /doc | |
parent | 37f93f7b7980942d6b6cf358464acf6dd3414a34 (diff) |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.malta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.malta b/doc/README.malta index a495d024559..c8db8a0c392 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 |