[U-Boot] [PATCH] MIPS: fix renaming of inca-swap-bytes to xway-swap-bytes

daniel.schwierzeck at gmail.com daniel.schwierzeck at gmail.com
Sat Jul 28 00:06:17 CEST 2012


From: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>

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 at gmail.com>
---
 Makefile         | 2 +-
 tools/.gitignore | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d57c15e..013d139 100644
--- a/Makefile
+++ b/Makefile
@@ -792,7 +792,7 @@ clobber:	tidy
 	@rm -f $(obj)u-boot.dtb
 	@rm -f $(obj)u-boot.sb
 	@rm -f $(obj)u-boot.spr
-	@rm -f $(obj)tools/inca-swap-bytes
+	@rm -f $(obj)tools/xway-swap-bytes
 	@rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c
 	@rm -f $(obj)arch/powerpc/cpu/mpc83xx/ddr-gen?.c
 	@rm -fr $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm
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
-- 
1.7.11.3



More information about the U-Boot mailing list