mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 20:51:05 +02:00
[tools] cleanup imagetag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14941 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6e9275ea26
commit
84bf4449a7
@ -239,11 +239,11 @@ int tagfile(const char *kernel, const char *rootfs, const char *bin,
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
int c;
|
||||
char *kernel, *rootfs, *bin, *boardid, *chipid, *magic2 = NULL, *ver = NULL;
|
||||
char *kernel, *rootfs, *bin, *boardid, *chipid, *magic2, *ver;
|
||||
uint32_t flashstart, fwoffset, loadaddr, entry;
|
||||
uint32_t fwaddr, flash_bs;
|
||||
|
||||
kernel = rootfs = bin = boardid = chipid = NULL;
|
||||
kernel = rootfs = bin = boardid = chipid = magic2 = ver = NULL;
|
||||
entry = 0;
|
||||
|
||||
flashstart = DEFAULT_FLASH_START;
|
||||
|
Loading…
x
Reference in New Issue
Block a user