digsy_mtc: move board into vendor dir and add vendor logo
Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
ceb3970e91
commit
348de314be
@ -318,10 +318,10 @@ a4m072 powerpc mpc5xxx a4m072
|
|||||||
BC3450 powerpc mpc5xxx bc3450
|
BC3450 powerpc mpc5xxx bc3450
|
||||||
canmb powerpc mpc5xxx
|
canmb powerpc mpc5xxx
|
||||||
cm5200 powerpc mpc5xxx
|
cm5200 powerpc mpc5xxx
|
||||||
digsy_mtc powerpc mpc5xxx digsy_mtc
|
digsy_mtc powerpc mpc5xxx digsy_mtc intercontrol
|
||||||
digsy_mtc_RAMBOOT powerpc mpc5xxx digsy_mtc - - digsy_mtc:SYS_TEXT_BASE=0x00100000
|
digsy_mtc_RAMBOOT powerpc mpc5xxx digsy_mtc intercontrol - digsy_mtc:SYS_TEXT_BASE=0x00100000
|
||||||
digsy_mtc_rev5 powerpc mpc5xxx digsy_mtc - - digsy_mtc:DIGSY_REV5
|
digsy_mtc_rev5 powerpc mpc5xxx digsy_mtc intercontrol - digsy_mtc:DIGSY_REV5
|
||||||
digsy_mtc_rev5_RAMBOOT powerpc mpc5xxx digsy_mtc - - digsy_mtc:SYS_TEXT_BASE=0x00100000,DIGSY_REV5
|
digsy_mtc_rev5_RAMBOOT powerpc mpc5xxx digsy_mtc intercontrol - digsy_mtc:SYS_TEXT_BASE=0x00100000,DIGSY_REV5
|
||||||
galaxy5200 powerpc mpc5xxx galaxy5200 - - galaxy5200:galaxy5200
|
galaxy5200 powerpc mpc5xxx galaxy5200 - - galaxy5200:galaxy5200
|
||||||
galaxy5200_LOWBOOT powerpc mpc5xxx galaxy5200 - - galaxy5200:galaxy5200_LOWBOOT
|
galaxy5200_LOWBOOT powerpc mpc5xxx galaxy5200 - - galaxy5200:galaxy5200_LOWBOOT
|
||||||
icecube_5200 powerpc mpc5xxx icecube - - IceCube
|
icecube_5200 powerpc mpc5xxx icecube - - IceCube
|
||||||
|
@ -96,6 +96,7 @@
|
|||||||
#define CONFIG_VIDEO_CORALP
|
#define CONFIG_VIDEO_CORALP
|
||||||
#define CONFIG_CFB_CONSOLE
|
#define CONFIG_CFB_CONSOLE
|
||||||
#define CONFIG_VIDEO_LOGO
|
#define CONFIG_VIDEO_LOGO
|
||||||
|
#define CONFIG_VIDEO_BMP_LOGO
|
||||||
#define CONFIG_VIDEO_SW_CURSOR
|
#define CONFIG_VIDEO_SW_CURSOR
|
||||||
#define CONFIG_VGA_AS_SINGLE_DEVICE
|
#define CONFIG_VGA_AS_SINGLE_DEVICE
|
||||||
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
|
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
|
||||||
|
@ -129,6 +129,9 @@ endif
|
|||||||
ifeq ($(VENDOR),syteco)
|
ifeq ($(VENDOR),syteco)
|
||||||
LOGO_BMP= logos/syteco.bmp
|
LOGO_BMP= logos/syteco.bmp
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(VENDOR),intercontrol)
|
||||||
|
LOGO_BMP= logos/intercontrol.bmp
|
||||||
|
endif
|
||||||
|
|
||||||
# now $(obj) is defined
|
# now $(obj) is defined
|
||||||
HOSTSRCS += $(addprefix $(SRCTREE)/,$(EXT_OBJ_FILES-y:.o=.c))
|
HOSTSRCS += $(addprefix $(SRCTREE)/,$(EXT_OBJ_FILES-y:.o=.c))
|
||||||
|
BIN
tools/logos/intercontrol.bmp
Normal file
BIN
tools/logos/intercontrol.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
Loading…
Reference in New Issue
Block a user