Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-12 Thread Nishanth Menon
On 08:32-20130712, Robert Nelson wrote: > On Thu, Jul 11, 2013 at 11:06 PM, Nishanth Menon wrote: > > ok, here is how the code looks like with the V2 of my series: > > > > Do we just default to none for XM_AB for dvi_pup? > > > > static void beagle_dvi_pup(void) > > { > > uchar val; > > >

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-12 Thread Robert Nelson
On Thu, Jul 11, 2013 at 11:06 PM, Nishanth Menon wrote: > On 18:17-20130711, Robert Nelson wrote: >> On Thu, Jul 11, 2013 at 5:17 PM, Nishanth Menon wrote: >> > On 17:05-20130711, Robert Nelson wrote: >> >> On Thu, Jul 11, 2013 at 5:03 PM, Nishanth Menon wrote: >> >> > On 17:02-20130711, Robert

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
On 18:17-20130711, Robert Nelson wrote: > On Thu, Jul 11, 2013 at 5:17 PM, Nishanth Menon wrote: > > On 17:05-20130711, Robert Nelson wrote: > >> On Thu, Jul 11, 2013 at 5:03 PM, Nishanth Menon wrote: > >> > On 17:02-20130711, Robert Nelson wrote: > >> >> On Thu, Jul 11, 2013 at 4:52 PM, Nishanth

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Robert Nelson
On Thu, Jul 11, 2013 at 5:17 PM, Nishanth Menon wrote: > On 17:05-20130711, Robert Nelson wrote: >> On Thu, Jul 11, 2013 at 5:03 PM, Nishanth Menon wrote: >> > On 17:02-20130711, Robert Nelson wrote: >> >> On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon wrote: >> >> > For folks not using concate

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
On 17:05-20130711, Robert Nelson wrote: > On Thu, Jul 11, 2013 at 5:03 PM, Nishanth Menon wrote: > > On 17:02-20130711, Robert Nelson wrote: > >> On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon wrote: > >> > For folks not using concatenated device tree with uImage, having > >> > an handy function

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Robert Nelson
On Thu, Jul 11, 2013 at 5:03 PM, Nishanth Menon wrote: > On 17:02-20130711, Robert Nelson wrote: >> On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon wrote: >> > For folks not using concatenated device tree with uImage, having >> > an handy function to find and load device tree is very handy. >> >

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
On 17:02-20130711, Robert Nelson wrote: > On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon wrote: > > For folks not using concatenated device tree with uImage, having > > an handy function to find and load device tree is very handy. > > > > So introduce findfdt and loadfdt and run findfdt by defaul

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Robert Nelson
On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon wrote: > For folks not using concatenated device tree with uImage, having > an handy function to find and load device tree is very handy. > > So introduce findfdt and loadfdt and run findfdt by default to make > it easier on user scripts. > > Signed-

[U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
For folks not using concatenated device tree with uImage, having an handy function to find and load device tree is very handy. So introduce findfdt and loadfdt and run findfdt by default to make it easier on user scripts. Signed-off-by: Nishanth Menon --- include/configs/omap3_beagle.h | 17 +