summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cold-flash.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cold-flash.c b/src/cold-flash.c
index 89b055a..459efdb 100644
--- a/src/cold-flash.c
+++ b/src/cold-flash.c
@@ -85,6 +85,8 @@ static uint32_t crc32(unsigned char * bytes, size_t size, uint32_t crc) {
/* Omap Peripheral boot message */
static const uint32_t omap_peripheral_msg = 0xF0030002;
+/* Unused */
+#if 0
/* Omap Void (no device) boot message */
static const uint32_t omap_void_msg = 0xF0030006;
@@ -117,6 +119,7 @@ static const uint32_t omap_hsusb_msg = 0xF0031106;
/* Omap next device boot message */
static const uint32_t omap_next_msg = 0xFFFFFFFF;
+#endif
/* Omap memory boot message */
static const uint32_t omap_memory_msg = 0;