From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikram Narayanan Date: Wed, 13 Jun 2012 22:30:08 +0530 Subject: [U-Boot] mx53loco build fails with CONFIG_VIDEO disabled Message-ID: <4FD8C718.9060901@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 Hello, mx53loco build fails when CONFIG_VIDEO and its friends disabled. I can send a patch fixing this. I _really_ don't like ifdef -ing a lot of stuff. Instead I'd feel to have a separate file in the directory which does this LCD init and FB init call, and let the makefile handle the conditional compilation. @Fabio: As you've pushed this stuff, I'd like to have your opinions on splitting this into a separate file. Regards, Vikram