summaryrefslogtreecommitdiffstats
path: root/src/cold-flash.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2016-01-23 16:26:40 +0100
committerPali Rohár <pali.rohar@gmail.com>2016-01-23 16:26:40 +0100
commit2e9748e6a5cf70aa893caa5bcbb67ebd431d2b62 (patch)
tree723c33d26c5e3b8d1b1ccef0969aa2e1b1b60ffa /src/cold-flash.c
parentfc987674dd92a50687d970b02e072fff19391175 (diff)
download0xFFFF-2e9748e6a5cf70aa893caa5bcbb67ebd431d2b62.tar.bz2
cold-flash: Comment unused omap variables
Diffstat (limited to 'src/cold-flash.c')
-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;