mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 17:57:38 +01:00
ARM: eMMC: Updated number of alternate partitions
Updated number of alternate partitions and alternate partition data structure to match smem entry. Change-Id: I62484e369ed3d35037237fde2d71f9af045e438a Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This commit is contained in:
parent
5ed3415978
commit
fbc358204d
4 changed files with 3 additions and 2 deletions
|
|
@ -121,10 +121,8 @@ struct per_part_info
|
|||
{
|
||||
char name[ALT_PART_NAME_LENGTH];
|
||||
uint32_t primaryboot;
|
||||
uint32_t upgraded;
|
||||
};
|
||||
|
||||
#define NUM_ALT_PARTITION 8
|
||||
typedef struct
|
||||
{
|
||||
#define _SMEM_DUAL_BOOTINFO_MAGIC_START 0xA3A2A1A0
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ typedef struct {
|
|||
#define CONFIG_MTD_DEVICE
|
||||
#define CONFIG_MTD_PARTITIONS
|
||||
#define CONFIG_CMD_MTDPARTS
|
||||
#define NUM_ALT_PARTITION 8
|
||||
|
||||
#define CONFIG_CMD_UBI
|
||||
#define CONFIG_RBTREE
|
||||
|
|
|
|||
|
|
@ -281,6 +281,7 @@ typedef struct {
|
|||
#define QCA_SPI_NOR_DEVICE "nand1"
|
||||
|
||||
#define CONFIG_FDT_FIXUP_PARTITIONS
|
||||
#define NUM_ALT_PARTITION 8
|
||||
|
||||
#define CONFIG_MTD_DEVICE
|
||||
#define CONFIG_MTD_PARTITIONS
|
||||
|
|
|
|||
|
|
@ -210,6 +210,7 @@ extern loff_t board_env_size;
|
|||
#define CONFIG_MTD_DEVICE
|
||||
#define CONFIG_CMD_MTDPARTS
|
||||
#define CONFIG_MTD_PARTITIONS
|
||||
#define NUM_ALT_PARTITION 16
|
||||
|
||||
#define CONFIG_CMD_UBI
|
||||
#define CONFIG_RBTREE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue