diff options
-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 |