diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:53 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:53 -0500 |
commit | b45264ee85cbd92020640a32e02fb434fd557108 (patch) | |
tree | 8c01d0e671fc64daa3a4c8e8a0f79d7810fa0ec5 | |
parent | 2c5260f711168d5ee91c70ddbb7d897013eefc46 (diff) | |
download | u-boot-imx-b45264ee85cbd92020640a32e02fb434fd557108.zip u-boot-imx-b45264ee85cbd92020640a32e02fb434fd557108.tar.gz u-boot-imx-b45264ee85cbd92020640a32e02fb434fd557108.tar.bz2 |
add gitignores for Blackfin pieces
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | board/bf533-ezkit/.gitignore | 1 | ||||
-rw-r--r-- | board/bf533-stamp/.gitignore | 1 | ||||
-rw-r--r-- | board/bf537-stamp/.gitignore | 1 | ||||
-rw-r--r-- | board/bf561-ezkit/.gitignore | 1 | ||||
-rwxr-xr-x | examples/smc91111_eeprom | bin | 0 -> 13643 bytes | |||
-rw-r--r-- | include/.gitignore | 1 |
6 files changed, 5 insertions, 0 deletions
diff --git a/board/bf533-ezkit/.gitignore b/board/bf533-ezkit/.gitignore new file mode 100644 index 0000000..945f324 --- /dev/null +++ b/board/bf533-ezkit/.gitignore @@ -0,0 +1 @@ +/u-boot.lds diff --git a/board/bf533-stamp/.gitignore b/board/bf533-stamp/.gitignore new file mode 100644 index 0000000..945f324 --- /dev/null +++ b/board/bf533-stamp/.gitignore @@ -0,0 +1 @@ +/u-boot.lds diff --git a/board/bf537-stamp/.gitignore b/board/bf537-stamp/.gitignore new file mode 100644 index 0000000..945f324 --- /dev/null +++ b/board/bf537-stamp/.gitignore @@ -0,0 +1 @@ +/u-boot.lds diff --git a/board/bf561-ezkit/.gitignore b/board/bf561-ezkit/.gitignore new file mode 100644 index 0000000..945f324 --- /dev/null +++ b/board/bf561-ezkit/.gitignore @@ -0,0 +1 @@ +/u-boot.lds diff --git a/examples/smc91111_eeprom b/examples/smc91111_eeprom Binary files differnew file mode 100755 index 0000000..1009fec --- /dev/null +++ b/examples/smc91111_eeprom diff --git a/include/.gitignore b/include/.gitignore index ab7d4c7..03a533c 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1,5 +1,6 @@ /autoconf.mk* /asm +/asm-blackfin/arch /asm-ppc/arch /bmp_logo.h /config.h |