From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Sat, 07 Feb 2009 07:40:54 -0600 Subject: [U-Boot] lcd In-Reply-To: References: Message-ID: <498D8F66.9060704@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Anusha, Anusha Bhat said the following on 02/06/2009 11:44 PM: > How to add LCD SUPPORT (CONFIG_LCD) to opma3evm bootcode(u-boot).if i add > CONFIG_LCD in the omap3evm.h it gives error. > Because the display variables and funtions are not defined for omap. > I wanted to display a bmp logo on u-boot up > yep, it is probably not supported in omap3 port in latest u-boot at the moment. for OMAP3 DSS configuration code, look at [1] - you need to port this code from the old u-boot to the latest u-boot. This is a community development, so, we welcome any new features folks can provide.. Regards, Nishanth Menon Ref: [1] http://beagleboard.googlecode.com/files/u-boot-beagle-rev2-trial2.tar.gz.gz