From f0a2c7b4b64eacd06bb272856bcc056be8719f5a Mon Sep 17 00:00:00 2001 From: Ilko Iliev Date: Thu, 16 Apr 2009 21:30:48 +0200 Subject: 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 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- tools/Makefile | 3 +++ tools/logos/ronetix.bmp | Bin 0 -> 5638 bytes 2 files changed, 3 insertions(+) create mode 100644 tools/logos/ronetix.bmp (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index 70d87b0b48..43c284c382 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 new file mode 100644 index 0000000000..f956813915 Binary files /dev/null and b/tools/logos/ronetix.bmp differ -- cgit v1.2.1