linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [DTC][PATCH] increment default output blob version from 3 to 16
@ 2006-10-30 16:48 Kim Phillips
  2006-10-31 18:32 ` Jon Loeliger
  2006-11-01 14:16 ` Jon Loeliger
  0 siblings, 2 replies; 5+ messages in thread
From: Kim Phillips @ 2006-10-30 16:48 UTC (permalink / raw)
  To: linuxppc-dev list

increment default output blob version from 3 to 16

---
 dtc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;
 
-- 
1.4.2.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-01 14:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-30 16:48 [DTC][PATCH] increment default output blob version from 3 to 16 Kim Phillips
2006-10-31 18:32 ` Jon Loeliger
2006-11-01  7:44   ` David Gibson
2006-11-01  8:41     ` Grant Likely
2006-11-01 14:16 ` Jon Loeliger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).