From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 25 Jan 2013 13:25:33 -0600 Subject: [U-Boot] [PATCH] corenet: Disable video on P2020DS In-Reply-To: <20130125185059.GA26732@bill-the-cat> (from trini@ti.com on Fri Jan 25 12:50:59 2013) References: <1359131881-29799-1-git-send-email-afleming@freescale.com> <20130125185059.GA26732@bill-the-cat> Message-ID: <1359141933.32493.15@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/25/2013 12:50:59 PM, Tom Rini wrote: > On Fri, Jan 25, 2013 at 10:38:01AM -0600, Andy Fleming wrote: > > > The P2020DS build had grown too large, and video support isn't > enabled > > in almost any other Freescale board. Disabling it allows us to keep > > building, and provides options for reenabling it later. > > > > Signed-off-by: Andy Fleming > > Now we may start having dead code around, yes? Can you perhaps get > away > with making this be disable video or something else and add a > P2020DS_video boards.cfg entry or similar? Thanks! There are already 5 P2020DS targets, and there *should* be 8 (why is there no 36BIT version of DDR2, SDCARD, or SPIFLASH?). This would expand it to 16. Ideally we would have something like kconfig, but until then I don't see a reasonable alternative to saying that certain config symbols are user-settable by tweaking the board config file. -Scott