warnings: use more 'const' for char *
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -74,7 +74,7 @@ struct flash_sector
|
||||
*/
|
||||
struct flash_bank
|
||||
{
|
||||
char *name;
|
||||
const char *name;
|
||||
|
||||
struct target *target; /**< Target to which this bank belongs. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user