diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-06-04 17:39:38 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-06-04 17:39:38 +0000 |
commit | e970f61273c7b92cb81ecfc1890cdbbf74fe9c86 (patch) | |
tree | 7926330ffdf2062803d7c72e40984b2068e06c3a /tools/firmware-utils/src | |
parent | 91142205534e135a29ceb3992708bf2ca3219021 (diff) | |
download | upstream-e970f61273c7b92cb81ecfc1890cdbbf74fe9c86.tar.gz upstream-e970f61273c7b92cb81ecfc1890cdbbf74fe9c86.tar.bz2 upstream-e970f61273c7b92cb81ecfc1890cdbbf74fe9c86.zip |
Remove a debug statement from trx.c, add config changes for at91
SVN-Revision: 7491
Diffstat (limited to 'tools/firmware-utils/src')
-rw-r--r-- | tools/firmware-utils/src/trx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/firmware-utils/src/trx.c b/tools/firmware-utils/src/trx.c index f2ad991367..1ad3de54f6 100644 --- a/tools/firmware-utils/src/trx.c +++ b/tools/firmware-utils/src/trx.c @@ -231,7 +231,6 @@ int main(int argc, char **argv) fclose(out); - printf("Offsets:\n0x%08x\n0x%08x\n0x%08x\n", p->offsets[0], p->offsets[1], p->offsets[2]); return EXIT_SUCCESS; } |