From 071976f7c0a67ed0e9a0e97f5f2a850e6a790480 Mon Sep 17 00:00:00 2001
From: Ronny Nilsson <ronny.nilsson@iopsys.eu>
Date: Wed, 9 Oct 2019 15:12:01 +0200
Subject: [PATCH] Remove stuff moved into iopsys_pureUBI.h

---
 brcm_fw_tool/image-ubi.h | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/brcm_fw_tool/image-ubi.h b/brcm_fw_tool/image-ubi.h
index 4bb10cf..a07522b 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[];
-- 
GitLab