Merge "ipq40xx: Updated the SMEM_MAX_SIZE"

This commit is contained in:
Linux Build Service Account 2018-03-19 04:35:15 -07:00 committed by Gerrit - the friendly Code Review server
commit db129ed7bf

View file

@ -159,7 +159,7 @@ typedef enum {
SMEM_BOOT_DUALPARTINFO = 484,
SMEM_FIRST_VALID_TYPE = SMEM_SPINLOCK_ARRAY,
SMEM_LAST_VALID_TYPE = SMEM_BOOT_DUALPARTINFO,
SMEM_MAX_SIZE = SMEM_PARTITION_TABLE_OFFSET + 1,
SMEM_MAX_SIZE = SMEM_BOOT_DUALPARTINFO + 1,
} smem_mem_type_t;
/* Reserved-memory node names*/