diff options
| author | Wolfgang Denk <[email protected]> | 2009-04-24 13:31:02 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2009-04-24 13:31:02 +0200 |
| commit | faa5a0c6fc5609acb4037a5eae79f7a47de4c6ee (patch) | |
| tree | 408edf924d2bb05c4a5638a7a26066d77ac8b1c7 /tools | |
| parent | 7ee38c044ca5041d3378d6507580ea4ec344af96 (diff) | |
| parent | 6ebff365eb63093ca35b687316002535c6a18820 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-at91
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile | 3 | ||||
| -rw-r--r-- | tools/logos/ronetix.bmp | bin | 0 -> 5638 bytes |
2 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 70d87b0b487..43c284c382d 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -122,6 +122,9 @@ endif ifeq ($(VENDOR),atmel) LOGO_BMP= logos/atmel.bmp endif +ifeq ($(VENDOR),ronetix) +LOGO_BMP= logos/ronetix.bmp +endif # now $(obj) is defined SRCS += $(addprefix $(SRCTREE)/,$(EXT_OBJ_FILES-y:.o=.c)) diff --git a/tools/logos/ronetix.bmp b/tools/logos/ronetix.bmp Binary files differnew file mode 100644 index 00000000000..f956813915c --- /dev/null +++ b/tools/logos/ronetix.bmp |
