mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-03 07:54:24 +01:00
Merge "ipq40xx: Updated the SMEM_MAX_SIZE"
This commit is contained in:
commit
db129ed7bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue