[U-Boot-Users] [RFC] logos directory

Hello,
I'd like to modify the logo support. Currently I notice that there are only one logo file into "u-boot/tools/logos", however I think is better move each board's logo into itsown directories. So, for example, if "foo" board wants to use the "foo.bmp" logo it should add this file into "u-boot/board/foo" directory.
Comments? :)
Rodolfo

Hello,
I'd like to modify the logo support. Currently I notice that there are only one logo file into "u-boot/tools/logos", however I think is better move each board's logo into itsown directories. So, for example, if "foo" board wants to use the "foo.bmp" logo it should add this file into "u-boot/board/foo" directory.
Comments? :)
Rodolfo
--
Not if you have 4 boards, all using the same logo.
Best Regards Ulf Samuelsson

On Thu, May 24, 2007 at 08:44:30PM +0200, Ulf Samuelsson wrote:
Not if you have 4 boards, all using the same logo.
In this case how do you specify which is the logo you wish to use?
Rodolfo

On Thu, May 24, 2007 at 04:34:57PM +0200, Rodolfo Giometti wrote:
I'd like to modify the logo support. Currently I notice that there are only one logo file into "u-boot/tools/logos", however I think is
About this topic I suppose is better define a "default" logo. My idea is to leave to the developer the ability to specify its preferre logo as follow:
wwpc1100_config : unconfig @$(MKCONFIG) $(@:_config=) arm pxa wwpc1100 @echo "LOGO_BMP = wwpc1100.bmp" >> include/config.mk
if no LOGO_BMP is specified then the system uses a "default" logo which can still be the "denx.bmp".
Comments?
Rodolfo
participants (2)
-
Rodolfo Giometti
-
Ulf Samuelsson