[DTC][PATCH] increment default output blob version from 3 to 16
David Gibson
david at gibson.dropbear.id.au
Wed Nov 1 18:44:30 EST 2006
On Tue, Oct 31, 2006 at 12:32:24PM -0600, Jon Loeliger wrote:
> So, like, the other day Kim Phillips mumbled:
> > increment default output blob version from 3 to 16
> >
>
> > diff --git a/dtc.c b/dtc.c
> > index 646b814..3cb94e6 100644
> > --- a/dtc.c
> > +++ b/dtc.c
> > @@ -113,7 +113,7 @@ int main(int argc, char *argv[])
> > int opt;
> > FILE *inf = NULL;
> > FILE *outf = NULL;
> > - int outversion = 3;
> > + int outversion = 0x10;
> > int reservenum = 1;
> > int boot_cpuid_phys = 0xfeedbeef;
>
>
> So, I am inclined to accept this change since we all pretty
> much really need version 16 for what we are doing.
Sounds good to me.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
More information about the Linuxppc-dev
mailing list