diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2012-07-27 23:44:24 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2012-07-27 23:44:24 +0200 |
commit | 8b425b3f8e345b07ce7f0005bb0222970bd3b248 (patch) | |
tree | fa086cd85b57765006f8bfc569c0e95dd4df4d90 /tools | |
parent | c627faf637f5fe091bdb6846a52b16983e97b262 (diff) | |
download | u-boot-8b425b3f8e345b07ce7f0005bb0222970bd3b248.zip u-boot-8b425b3f8e345b07ce7f0005bb0222970bd3b248.tar.gz u-boot-8b425b3f8e345b07ce7f0005bb0222970bd3b248.tar.bz2 |
MIPS: fix renaming of inca-swap-bytes to xway-swap-bytes
Fix some remains of the renaming of inca-swap-bytes introduced in
commit 60b74bde9280e85f4423c05a50ecc41de56ad980
MIPS: INCA-IP: rename inca-swap-bytes host tool
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index e4d2c2f..3557a75 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -9,7 +9,7 @@ /ncb /ncp /ubsha1 -/inca-swap-bytes +/xway-swap-bytes /*.exe /easylogo/easylogo /env/crc32.c |