Re: [U-Boot] a couple questions about CONFIG_SYS_LONGHELP

2013-01-26 Thread Albert ARIBAUD
Hi Robert, On Sat, 26 Jan 2013 07:37:45 -0500 (EST), "Robert P. J. Day" wrote: > On Sat, 26 Jan 2013, Albert ARIBAUD wrote: > > > Hi Robert, > > > > On Sat, 26 Jan 2013 07:11:18 -0500 (EST), "Robert P. J. Day" > > wrote: > > > > > On Sat, 26 Jan 2013, Albert ARIBAUD wrote: > > > > > > > Hi Rob

Re: [U-Boot] a couple questions about CONFIG_SYS_LONGHELP

2013-01-26 Thread Robert P. J. Day
On Sat, 26 Jan 2013, Albert ARIBAUD wrote: > Hi Robert, > > On Sat, 26 Jan 2013 07:11:18 -0500 (EST), "Robert P. J. Day" > wrote: > > > On Sat, 26 Jan 2013, Albert ARIBAUD wrote: > > > > > Hi Robert, > > > > > > On Sat, 26 Jan 2013 06:38:51 -0500 (EST), "Robert P. J. Day" > > > wrote: > > > > ..

Re: [U-Boot] a couple questions about CONFIG_SYS_LONGHELP

2013-01-26 Thread Albert ARIBAUD
Hi Robert, On Sat, 26 Jan 2013 07:11:18 -0500 (EST), "Robert P. J. Day" wrote: > On Sat, 26 Jan 2013, Albert ARIBAUD wrote: > > > Hi Robert, > > > > On Sat, 26 Jan 2013 06:38:51 -0500 (EST), "Robert P. J. Day" > > wrote: > > ... snip ... > > > > and second, i'm not sure how to read this ou

Re: [U-Boot] a couple questions about CONFIG_SYS_LONGHELP

2013-01-26 Thread Robert P. J. Day
On Sat, 26 Jan 2013, Albert ARIBAUD wrote: > Hi Robert, > > On Sat, 26 Jan 2013 06:38:51 -0500 (EST), "Robert P. J. Day" > wrote: ... snip ... > > and second, i'm not sure how to read this out of cmd_pci.c: > > > > = start > > > > #ifdef CONFIG_SYS_LONGHELP > > static char pci_help_text[]

Re: [U-Boot] a couple questions about CONFIG_SYS_LONGHELP

2013-01-26 Thread Albert ARIBAUD
Hi Robert, On Sat, 26 Jan 2013 06:38:51 -0500 (EST), "Robert P. J. Day" wrote: > > first, is there any need for so many header files to define the > macro CONFIG_SYS_LONGHELP individually? a quick count of how many > u-boot source files do just that: > > $ grep -r "define.*CONFIG_SYS_LONGHE