warnings: use more 'const' for char *
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -91,7 +91,7 @@ struct lpc288x_flash_bank
|
||||
|
||||
/* chip id register */
|
||||
uint32_t cidr;
|
||||
char * target_name;
|
||||
const char * target_name;
|
||||
uint32_t cclk;
|
||||
|
||||
uint32_t sector_size_break;
|
||||
|
||||
Reference in New Issue
Block a user