diff options
author | Matthias Weisser <weisserm@arcor.de> | 2010-08-09 13:31:51 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-08-10 23:14:35 +0200 |
commit | 18a056a18f6294a88c34105efcabf4c0638a946b (patch) | |
tree | 7ec74aeed007d8448b4af5c82614b0042798380c /tools | |
parent | b2621bcb8c3916e9c59186fec2ab8573a8b3bd7d (diff) | |
download | u-boot-imx-18a056a18f6294a88c34105efcabf4c0638a946b.zip u-boot-imx-18a056a18f6294a88c34105efcabf4c0638a946b.tar.gz u-boot-imx-18a056a18f6294a88c34105efcabf4c0638a946b.tar.bz2 |
ARM: Add support for jadecpu board based on MB86R01 SoC
This patch adds support for the jadecpu board using the
MB86R01 'Jade' SoC from Fujitsu.
Signed-off-by: Matthias Weisser <weisserm@arcor.de>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 3 | ||||
-rw-r--r-- | tools/logos/syteco.bmp | bin | 0 -> 11414 bytes |
2 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 749d994..b2e73b2 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -118,6 +118,9 @@ endif ifeq ($(VENDOR),ronetix) LOGO_BMP= logos/ronetix.bmp endif +ifeq ($(VENDOR),syteco) +LOGO_BMP= logos/syteco.bmp +endif # now $(obj) is defined HOSTSRCS += $(addprefix $(SRCTREE)/,$(EXT_OBJ_FILES-y:.o=.c)) diff --git a/tools/logos/syteco.bmp b/tools/logos/syteco.bmp Binary files differnew file mode 100644 index 0000000..9a994fe --- /dev/null +++ b/tools/logos/syteco.bmp |