From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 12 Jul 2012 11:39:02 -0700 Subject: [U-Boot] [PATCH] beagle: only call DSS code when #defined CONFIG_VIDEO_OMAP3 In-Reply-To: <20120712202704.68db3891@lilith> References: <1341936454-9695-1-git-send-email-pmeerw@pmeerw.net> <20120710181454.GJ5053@oliver-linux> <20120712202704.68db3891@lilith> Message-ID: <4FFF19C6.7020406@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/12/2012 11:27 AM, Albert ARIBAUD wrote: > Hi Peter, > > On Tue, 10 Jul 2012 20:21:28 +0200 (CEST), Peter Meerwald wrote: >> >>> So, why? Are you doing custom builds for beagleboard, but with the dss >>> stuff removed? To try and make beagle an easier starting point for >>> custom hardware? Thanks! >> >> I consider a CONFIG #define which only works when defined a bug > > Trying to understand here. So the problem you are addressing is that even when > CONFIG_VIDEO_OMAP3 is not defined, some video code still gets compiled? Right. I've taken this into my next branch (I hadn't announced yet since I can't go run boot tests right now) since it's a logical fix. -- Tom