diff options
author | Timur Tabi <timur@freescale.com> | 2010-08-30 16:27:31 -0500 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2010-09-21 22:44:53 +0200 |
commit | ef351fe1f780b7cbc4c25ed4c544cb59fbf86761 (patch) | |
tree | 1ea120bb55f7b7bb2c5b3167807a123333f691a7 | |
parent | d70d8ccc200db8c16a6654cb726c3d74b6640b32 (diff) | |
download | u-boot-imx-ef351fe1f780b7cbc4c25ed4c544cb59fbf86761.zip u-boot-imx-ef351fe1f780b7cbc4c25ed4c544cb59fbf86761.tar.gz u-boot-imx-ef351fe1f780b7cbc4c25ed4c544cb59fbf86761.tar.bz2 |
logos: add Freescale logo
Add the Freescale logo and update the Makefile to build it when building
a Freescale board.
Signed-off-by: Timur Tabi <timur@freescale.com>
-rw-r--r-- | tools/Makefile | 3 | ||||
-rw-r--r-- | tools/logos/freescale.bmp | bin | 0 -> 46738 bytes |
2 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index feb8d23..8ec92d2 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -116,6 +116,9 @@ endif ifeq ($(VENDOR),esd) LOGO_BMP= logos/esd.bmp endif +ifeq ($(VENDOR),freescale) +LOGO_BMP= logos/freescale.bmp +endif ifeq ($(VENDOR),ronetix) LOGO_BMP= logos/ronetix.bmp endif diff --git a/tools/logos/freescale.bmp b/tools/logos/freescale.bmp Binary files differnew file mode 100644 index 0000000..1589e80 --- /dev/null +++ b/tools/logos/freescale.bmp |