diff options
Diffstat (limited to 'util/cbfstool/cbfs_image.c')
-rw-r--r-- | util/cbfstool/cbfs_image.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/cbfstool/cbfs_image.c b/util/cbfstool/cbfs_image.c index 828d367e0f..793a9aa9ab 100644 --- a/util/cbfstool/cbfs_image.c +++ b/util/cbfstool/cbfs_image.c @@ -50,9 +50,6 @@ * (old) cbfstool. */ #define CBFS_FILENAME_ALIGN (16) -/* To make CBFS more friendly to ROM, fill -1 (0xFF) instead of zero. */ -#define CBFS_CONTENT_DEFAULT_VALUE (-1) - /* Type and format */ struct typedesc_t { |