Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbca0ebf authored by Pradeep P V K's avatar Pradeep P V K Committed by Gerrit - the friendly Code Review server
Browse files

mtd: devices: Add support to parse more partitions



Change the maximum limit of mtd partitions from 32 to 48.

Change-Id: I519ebbebac4cd00e9eda252c44500ce301e61923
Signed-off-by: default avatarPradeep P V K <ppvk@codeaurora.org>
parent 37007dc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -399,7 +399,7 @@ struct onfi_param_page {
#define FLASH_PTABLE_V3		3
#define FLASH_PTABLE_V4		4
#define FLASH_PTABLE_MAX_PARTS_V3 16
#define FLASH_PTABLE_MAX_PARTS_V4 32
#define FLASH_PTABLE_MAX_PARTS_V4 48
#define FLASH_PTABLE_HDR_LEN (4*sizeof(uint32_t))
#define FLASH_PTABLE_ENTRY_NAME_SIZE 16