mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
dtbhtool: fix unused variable 'model' warning
Change-Id: I0ac347428d01789622487d803ae13d433240063c
This commit is contained in:
parent
1ecbe8674b
commit
3336e04a63
1 changed files with 2 additions and 0 deletions
|
@ -126,7 +126,9 @@ void *load_dtbh_block(const char *dtb_path, unsigned pagesize, unsigned *_sz)
|
|||
uint32_t version = DTBH_VERSION;
|
||||
unsigned blob_sz = 0;
|
||||
char fname[PATH_MAX];
|
||||
#ifdef DTBH_MODEL
|
||||
const unsigned *model;
|
||||
#endif
|
||||
const unsigned *prop_chip;
|
||||
const unsigned *prop_platform;
|
||||
const unsigned *prop_subtype;
|
||||
|
|
Loading…
Reference in a new issue