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

2013-04-25 Thread Linus Walleij
On Fri, Apr 19, 2013 at 2:41 PM, Neil Armstrong wrote: > Add bit mask for the BOOT_PARTITION_ENABLE values. > > Signed-off-by: Neil Armstrong Loic (CC) pushed these boot partition changes so make sure he gets to review them... Yours, Linus Walleij -- To unsubscribe from this list: send the lin

[PATCH 1/3] Add BOOT_PARTITION_ENABLE definition to MMC EXT_CSD PART_CONFIG

2013-04-19 Thread Neil Armstrong
Add bit mask for the BOOT_PARTITION_ENABLE values. Signed-off-by: Neil Armstrong --- 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 +++