From acfef6971e8fc7b680b0f02638cf0162ceb27c25 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 17 Jun 2018 18:15:41 +0200 Subject: Refactore ice40 chipdb to use a super-large C-string as output format Signed-off-by: Clifford Wolf --- ice40/chip.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ice40/chip.h') diff --git a/ice40/chip.h b/ice40/chip.h index e6bb0a08..9d647756 100644 --- a/ice40/chip.h +++ b/ice40/chip.h @@ -217,10 +217,10 @@ struct ChipInfoPOD RelPtr packages_data; } __attribute__((packed)); -extern uint8_t chipdb_blob_384[]; -extern uint8_t chipdb_blob_1k[]; -extern uint8_t chipdb_blob_5k[]; -extern uint8_t chipdb_blob_8k[]; +extern const char chipdb_blob_384[]; +extern const char chipdb_blob_1k[]; +extern const char chipdb_blob_5k[]; +extern const char chipdb_blob_8k[]; /************************ End of chipdb section. ************************/ -- cgit v1.2.3