mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
comment out custom header code
This commit is contained in:
parent
472cacb0c4
commit
19fd6f1b26
@ -1033,6 +1033,7 @@ int FlashVerify(int dev,int argc, char* argv[],uint32_t Flags)
|
|||||||
read(fh,Buffer,fsize);
|
read(fh,Buffer,fsize);
|
||||||
close(fh);
|
close(fh);
|
||||||
|
|
||||||
|
#if 0
|
||||||
if( BufferSize >= 0x10000 )
|
if( BufferSize >= 0x10000 )
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
@ -1044,6 +1045,7 @@ int FlashVerify(int dev,int argc, char* argv[],uint32_t Flags)
|
|||||||
}
|
}
|
||||||
// Place our own header
|
// Place our own header
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
if (flashread(dev, Buffer2, FlashOffset, BufferSize)<0) {
|
if (flashread(dev, Buffer2, FlashOffset, BufferSize)<0) {
|
||||||
printf("Ioctl returns error\n");
|
printf("Ioctl returns error\n");
|
||||||
free(Buffer);
|
free(Buffer);
|
||||||
|
Loading…
Reference in New Issue
Block a user