linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kim Phillips <kim.phillips@freescale.com>
To: linuxppc-dev list <linuxppc-dev@ozlabs.org>
Subject: [DTC][PATCH] increment default output blob version from 3 to 16
Date: Mon, 30 Oct 2006 10:48:59 -0600	[thread overview]
Message-ID: <20061030104859.017cb613.kim.phillips@freescale.com> (raw)

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

             reply	other threads:[~2006-10-30 16:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-30 16:48 Kim Phillips [this message]
2006-10-31 18:32 ` [DTC][PATCH] increment default output blob version from 3 to 16 Jon Loeliger
2006-11-01  7:44   ` David Gibson
2006-11-01  8:41     ` Grant Likely
2006-11-01 14:16 ` Jon Loeliger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061030104859.017cb613.kim.phillips@freescale.com \
    --to=kim.phillips@freescale.com \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).