Merge "fix comment in blockimg updater code" into lmp-dev
This commit is contained in:
@@ -37,9 +37,9 @@
|
|||||||
|
|
||||||
#define BLOCKSIZE 4096
|
#define BLOCKSIZE 4096
|
||||||
|
|
||||||
// Set this to 1 to interpret 'erase' transfers to mean do a
|
// Set this to 0 to interpret 'erase' transfers to mean do a
|
||||||
// BLKDISCARD ioctl. Set to 0 to interpret erase to mean fill the
|
// BLKDISCARD ioctl (the normal behavior). Set to 1 to interpret
|
||||||
// region with zeroes.
|
// erase to mean fill the region with zeroes.
|
||||||
#define DEBUG_ERASE 0
|
#define DEBUG_ERASE 0
|
||||||
|
|
||||||
#ifndef BLKDISCARD
|
#ifndef BLKDISCARD
|
||||||
|
|||||||
Reference in New Issue
Block a user