summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel Gorsulowski <Daniel.Gorsulowski@esd.eu>2010-01-25 10:50:41 +0100
committerTom Rix <Tom.Rix@windriver.com>2010-02-12 12:31:53 -0600
commit44d80256229d05862622f4dd886466fd70fe04ae (patch)
tree4c9eb7d39f80e009a3aa002087d5a6bc50ca1b89 /tools
parent0b692dcb190655c7eb96b6b8003bee163e3b58dd (diff)
downloadtalos-obmc-uboot-44d80256229d05862622f4dd886466fd70fe04ae.tar.gz
talos-obmc-uboot-44d80256229d05862622f4dd886466fd70fe04ae.zip
at91: Add esd gmbh OTC570 board support
This patch adds support for esd gmbh OTC570 board. The OTC570 is based on an Atmel AT91SAM9263 SoC. Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile3
-rw-r--r--tools/logos/esd.bmpbin0 -> 35078 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 266306e9ba..743505f929 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -112,6 +112,9 @@ endif
ifeq ($(VENDOR),atmel)
LOGO_BMP= logos/atmel.bmp
endif
+ifeq ($(VENDOR),esd)
+LOGO_BMP= logos/esd.bmp
+endif
ifeq ($(VENDOR),ronetix)
LOGO_BMP= logos/ronetix.bmp
endif
diff --git a/tools/logos/esd.bmp b/tools/logos/esd.bmp
new file mode 100644
index 0000000000..a6b403024f
--- /dev/null
+++ b/tools/logos/esd.bmp
Binary files differ
OpenPOWER on IntegriCloud