mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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>
This commit is contained in:
parent
d70d8ccc20
commit
ef351fe1f7
2 changed files with 3 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ endif
|
||||||
ifeq ($(VENDOR),esd)
|
ifeq ($(VENDOR),esd)
|
||||||
LOGO_BMP= logos/esd.bmp
|
LOGO_BMP= logos/esd.bmp
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(VENDOR),freescale)
|
||||||
|
LOGO_BMP= logos/freescale.bmp
|
||||||
|
endif
|
||||||
ifeq ($(VENDOR),ronetix)
|
ifeq ($(VENDOR),ronetix)
|
||||||
LOGO_BMP= logos/ronetix.bmp
|
LOGO_BMP= logos/ronetix.bmp
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
BIN
tools/logos/freescale.bmp
Normal file
BIN
tools/logos/freescale.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Loading…
Add table
Reference in a new issue