diff options
| author | Ilko Iliev <[email protected]> | 2009-04-16 21:30:48 +0200 |
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | 2009-04-16 21:30:48 +0200 |
| commit | f0a2c7b4b64eacd06bb272856bcc056be8719f5a (patch) | |
| tree | 6183bd8a1359a1910fb26d35e05ec5f1927d3deb /tools | |
| parent | dc39ae9513c32dfeb9e018dc0d22c6484514fefb (diff) | |
at91: add support for the PM9263 board of Ronetix GmbH
The PM9263 board is based on the AT91SAM9263-EK board.
Here is the page on Ronetix website:
http://www.ronetix.at/starter_kit_9263.html
Signed-off-by: Ilko Iliev <[email protected]>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
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 |
