[U-Boot] [RFC] env: Group environment variables
John Schmoller
jschmoller at xes-inc.com
Thu Nov 5 23:42:53 CET 2009
On Thu, 2009-11-05 at 23:37 +0100, Wolfgang Denk wrote:
> Dear John,
>
> In message <1257452739.8937.1166.camel at johns> you wrote:
> >
> > > Also, it would be nice if "prontenv" now would allow to print a group,
> > > i. e. in your example something as "printenv net pci" should be
> > > supported.
> >
> > This is already (accidentally :) supported. a "printenv $net" would do
> > just what you state.
>
> Um.. this is not what I mean.
So, a "printenv net" would print
ipaddr netmask gatewayip serverip
A "printenv $net" would print
ipaddr=10.52.0.133
netmask=255.255.0.0
gatewayip=10.52.0.1
serverip=10.52.0.33
Do you mean something other than either of those?
John
More information about the U-Boot
mailing list