summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/image.c1
-rw-r--r--src/image.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c
index d8952d2..d99f00a 100644
--- a/src/image.c
+++ b/src/image.c
@@ -408,7 +408,6 @@ static const char * image_types[] = {
[IMAGE_KERNEL] = "kernel",
[IMAGE_INITFS] = "initfs",
[IMAGE_ROOTFS] = "rootfs",
- [IMAGE_OMAP_NAND] = "omap-nand",
[IMAGE_MMC] = "mmc",
[IMAGE_CMT_2ND] = "cmt-2nd",
[IMAGE_CMT_ALGO] = "cmt-algo",
diff --git a/src/image.h b/src/image.h
index 5ac8286..8b4b265 100644
--- a/src/image.h
+++ b/src/image.h
@@ -33,7 +33,6 @@ enum image_type {
IMAGE_KERNEL,
IMAGE_INITFS,
IMAGE_ROOTFS,
- IMAGE_OMAP_NAND,
IMAGE_MMC,
IMAGE_CMT_2ND,
IMAGE_CMT_ALGO,