projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ced1277
)
make ptgen print the end offset of the last partition as well
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Feb 2007 17:58:54 +0000
(17:58 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Feb 2007 17:58:54 +0000
(17:58 +0000)
SVN-Revision: 6358
tools/firmware-utils/src/ptgen.c
patch
|
blob
|
history
diff --git
a/tools/firmware-utils/src/ptgen.c
b/tools/firmware-utils/src/ptgen.c
index 277fbbc134021d97064249fbfc7c6418f1f327b8..ce93016667e1715457650f5bb34224ccdcc5abe1 100644
(file)
--- a/
tools/firmware-utils/src/ptgen.c
+++ b/
tools/firmware-utils/src/ptgen.c
@@
-141,6
+141,7
@@
static int gen_ptable(int nr)
fprintf(stderr, "Partition %d: start=%ld, end=%ld, size=%ld\n", i, (long) start * 512, ((long) start + (long) len) * 512, (long) len * 512);
printf("%ld\n", ((long) start * 512));
}
+ printf("%ld\n", ((long) (start + len) * 512));
if ((fd = open(filename, O_WRONLY|O_CREAT, 0644)) < 0) {
fprintf(stderr, "Can't open output file '%s'\n",filename);