[DTC][PATCH] increment default output blob version from 3 to 16

Jon Loeliger jdl at jdl.com
Wed Nov 1 05:32:24 EST 2006


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.

Will changing this default really annoy anyone out there?

Thanks,
jdl



More information about the Linuxppc-dev mailing list