diff --git a/brcm_fw_tool/image-ubi.h b/brcm_fw_tool/image-ubi.h
index 4bb10cf48bdc5367bc3524bc43bc478ee4d1837f..a07522be6bcb5489d80749b773fd16841a748334 100644
--- a/brcm_fw_tool/image-ubi.h
+++ b/brcm_fw_tool/image-ubi.h
@@ -4,26 +4,6 @@
 #include "iopsys_pureUBI.h"
 
 
-//-------------------------------------------------------------
-/* Iopsys pureUBI with a single large UBI. These contant
- * numbers must match in all of these files:
- *  brcm_fw_tool/image-ubi.h
- *  bcmkernel/bcm963xx/shared/opensource/include/bcm963xx/bcm_ubi.h
- *  bcmkernel/bcm963xx/kernel/linux-4.1/drivers/mtd/ubi/build.c  */
-#define METAVOLID0		(VOLID_METADATA0)
-#define METAVOLID1		(VOLID_METADATA1)
-#define METAVOLID2		(VOLID_METADATA2)
-#define METAVOLID3		(VOLID_METADATA3)
-#define METAINVALID		-1
-#define MAX_METAS		4									// Max number of metadata volumes in the system.
-
-#define BOOTVOL0		(VOLID_UBIFILES0)
-#define BOOTVOL1		(VOLID_UBIFILES1)
-
-#define ROOTFS0			(VOLID_UBIFS0Q)
-#define ROOTFS1			(VOLID_UBIFS1)
-
-
 //-------------------------------------------------------------
 extern char ubiStr2[];
 extern char ubiStr1[];