diff options
author | Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu> | 2010-01-25 09:50:41 (GMT) |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-02-12 18:31:53 (GMT) |
commit | 44d80256229d05862622f4dd886466fd70fe04ae (patch) | |
tree | 4c9eb7d39f80e009a3aa002087d5a6bc50ca1b89 /tools | |
parent | 0b692dcb190655c7eb96b6b8003bee163e3b58dd (diff) | |
download | u-boot-44d80256229d05862622f4dd886466fd70fe04ae.tar.xz |
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/Makefile | 3 | ||||
-rw-r--r-- | tools/logos/esd.bmp | bin | 0 -> 35078 bytes |
2 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 266306e..743505f 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 Binary files differnew file mode 100644 index 0000000..a6b4030 --- /dev/null +++ b/tools/logos/esd.bmp |