Re: [U-Boot] [PATCH] corenet: Disable video on P2020DS

2013-01-25 Thread Fleming Andy-AFLEMING
On Jan 25, 2013, at 12:50 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 r

Re: [U-Boot] [PATCH] corenet: Disable video on P2020DS

2013-01-25 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/25/2013 03:43 PM, Fleming Andy-AFLEMING wrote: > > On Jan 25, 2013, at 12:50 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 >>> enab

Re: [U-Boot] [PATCH] corenet: Disable video on P2020DS

2013-01-25 Thread Scott Wood
On 01/25/2013 01:25:33 PM, Scott Wood wrote: 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

Re: [U-Boot] [PATCH] corenet: Disable video on P2020DS

2013-01-25 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/25/2013 02:25 PM, Scott Wood wrote: > 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 ot

Re: [U-Boot] [PATCH] corenet: Disable video on P2020DS

2013-01-25 Thread Scott Wood
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 reenabli

Re: [U-Boot] [PATCH] corenet: Disable video on P2020DS

2013-01-25 Thread Tom Rini
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