Skip to content
Snippets Groups Projects
Commit 76a8804a authored by Ronny Nilsson's avatar Ronny Nilsson
Browse files

Iopsys dual flash banks numbers has been approved.

parent bc16423b
Branches
No related tags found
No related merge requests found
......@@ -3,12 +3,19 @@
//-------------------------------------------------------------
#define METAVOLID0 80
#define METAVOLID1 81
#define METAVOLID2 1
#define METAVOLID3 2
#define METAVOLID0 1 // VOLID_METADATA in Broadcom nomenclature.
#define METAVOLID1 2 // VOLID_METADATA_COPY in Broadcom nomenclature.
#define METAVOLID2 86 // 88
#define METAVOLID3 87 // 89
#define METAINVALID -1
#define MAX_METAS 4 // Max number of metadata volumes in the system.
#define BOOTVOL0 10 // VOLID_UBIFILES in Broadcom nomenclature.
#define BOOTVOL1 88 // 92
#define ROOTFS0 0 // VOLID_UBIFS in Broadcom nomenclature.
#define ROOTFS1 89 // 95
//-------------------------------------------------------------
extern char ubiStr2[];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment