On Tue, Aug 30, 2011 at 03:04:08PM -0600, Paul Walmsley wrote:
> Hi,
>
> On Tue, 30 Aug 2011, Stephen Warren wrote:
>
> > David Gibson wrote at Monday, August 29, 2011 10:23 PM:
> > > On Tue, Aug 23, 2011 at 04:43:20PM -0600, Stephen Warren wrote:
> > > > You may define constants as follows:
> >
On Tue, Aug 30, 2011 at 09:37:40AM -0700, Stephen Warren wrote:
> David Gibson wrote at Monday, August 29, 2011 10:23 PM:
> > On Tue, Aug 23, 2011 at 04:43:20PM -0600, Stephen Warren wrote:
> > > You may define constants as follows:
> > >
> > > /define/ $TWO 2;
> > > /define/ $FOUR 4;
> > > /define
Hi,
On Tue, 30 Aug 2011, Stephen Warren wrote:
> David Gibson wrote at Monday, August 29, 2011 10:23 PM:
> > On Tue, Aug 23, 2011 at 04:43:20PM -0600, Stephen Warren wrote:
> > > You may define constants as follows:
> > >
> > > /define/ $TWO 2;
> > > /define/ $FOUR 4;
> > > /define/ $OTHER $FOUR;
David Gibson wrote at Monday, August 29, 2011 10:23 PM:
> On Tue, Aug 23, 2011 at 04:43:20PM -0600, Stephen Warren wrote:
> > You may define constants as follows:
> >
> > /define/ $TWO 2;
> > /define/ $FOUR 4;
> > /define/ $OTHER $FOUR;
> >
> > And properties may use these values as follows:
> >
>
On Tue, Aug 23, 2011 at 04:43:20PM -0600, Stephen Warren wrote:
> You may define constants as follows:
>
> /define/ $TWO 2;
> /define/ $FOUR 4;
> /define/ $OTHER $FOUR;
>
> And properties may use these values as follows:
>
> foo = <1 $TWO 3 $FOUR 5>;
>
> Signed-off-by: Stephen Warren
> ---
> N
You may define constants as follows:
/define/ $TWO 2;
/define/ $FOUR 4;
/define/ $OTHER $FOUR;
And properties may use these values as follows:
foo = <1 $TWO 3 $FOUR 5>;
Signed-off-by: Stephen Warren
---
Note 1: This is against dtc in the Linux kernel. Should this patch be
against upstream dtc,