diff options
| author | Wolfgang Denk <[email protected]> | 2008-06-03 00:24:36 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-06-03 00:24:36 +0200 |
| commit | 912810eeca90eedd1503f5e883f3a8da39d7ff89 (patch) | |
| tree | 56d7a80b4d10e12e088eb51ad4aeb0fa22d0ed7a /tools | |
| parent | 7a68389a231ac061ba2ffd628f86e15ed0545a7b (diff) | |
| parent | 602cac1389b755b223272f2328a47e6f8c240848 (diff) | |
Merge remote branch 'u-boot-at91/for-1.3.4'
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile | 4 | ||||
| -rw-r--r-- | tools/logos/atmel.bmp | bin | 0 -> 26334 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 5285055dc84..8533a8e5ced 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -44,6 +44,10 @@ LOGO_H = $(OBJTREE)/include/bmp_logo.h ifeq ($(LOGO_BMP),) LOGO_BMP= logos/denx.bmp endif +ifeq ($(VENDOR),atmel) +LOGO_BMP= logos/atmel.bmp +endif + #------------------------------------------------------------------------- diff --git a/tools/logos/atmel.bmp b/tools/logos/atmel.bmp Binary files differnew file mode 100644 index 00000000000..3c445c9bc36 --- /dev/null +++ b/tools/logos/atmel.bmp |
