2013-04-19 12:47:35

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 1/3] Add BOOT_PARTITION_ENABLE definition to MMC EXT_CSD PART_CONFIG

Add bit mask for the BOOT_PARTITION_ENABLE values.

Signed-off-by: Neil Armstrong <[email protected]>
---
include/linux/mmc/mmc.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/mmc/mmc.h b/include/linux/mmc/mmc.h
index 50bcde3..eb5b361 100644
--- a/include/linux/mmc/mmc.h
+++ b/include/linux/mmc/mmc.h
@@ -347,6 +347,7 @@ struct _mmc_csd {
#define EXT_CSD_PART_CONFIG_ACC_BOOT0 (0x1)
#define EXT_CSD_PART_CONFIG_ACC_RPMB (0x3)
#define EXT_CSD_PART_CONFIG_ACC_GP0 (0x4)
+#define EXT_CSD_PART_CONFIG_EN_MASK (0x38)

#define EXT_CSD_PART_SUPPORT_PART_EN (0x1)

--
1.7.0.4


2013-04-25 21:42:18

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH 1/3] Add BOOT_PARTITION_ENABLE definition to MMC EXT_CSD PART_CONFIG

On Fri, Apr 19, 2013 at 2:41 PM, Neil Armstrong <[email protected]> wrote:

> Add bit mask for the BOOT_PARTITION_ENABLE values.
>
> Signed-off-by: Neil Armstrong <[email protected]>

Loic (CC) pushed these boot partition changes so make sure he gets
to review them...

Yours,
Linus Walleij