mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-06 14:51:35 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-mips
* 'master' of git://git.denx.de/u-boot-mips: MIPS: fix renaming of inca-swap-bytes to xway-swap-bytes Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
commit
69577ab6bd
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -792,7 +792,7 @@ clobber: tidy
|
||||||
@rm -f $(obj)u-boot.dtb
|
@rm -f $(obj)u-boot.dtb
|
||||||
@rm -f $(obj)u-boot.sb
|
@rm -f $(obj)u-boot.sb
|
||||||
@rm -f $(obj)u-boot.spr
|
@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/mpc824x/bedbug_603e.c
|
||||||
@rm -f $(obj)arch/powerpc/cpu/mpc83xx/ddr-gen?.c
|
@rm -f $(obj)arch/powerpc/cpu/mpc83xx/ddr-gen?.c
|
||||||
@rm -fr $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm
|
@rm -fr $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm
|
||||||
|
|
2
tools/.gitignore
vendored
2
tools/.gitignore
vendored
|
@ -9,7 +9,7 @@
|
||||||
/ncb
|
/ncb
|
||||||
/ncp
|
/ncp
|
||||||
/ubsha1
|
/ubsha1
|
||||||
/inca-swap-bytes
|
/xway-swap-bytes
|
||||||
/*.exe
|
/*.exe
|
||||||
/easylogo/easylogo
|
/easylogo/easylogo
|
||||||
/env/crc32.c
|
/env/crc32.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue