Re: [U-Boot] [PATCH v5 1/2] spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig

2016-11-16 Thread Sam Protsenko
On Sat, Nov 5, 2016 at 8:25 PM, Tom Rini wrote: > On Thu, Nov 03, 2016 at 09:47:48PM +0200, Sam Protsenko wrote: >> Signed-off-by: Sam Protsenko > [snip] >> diff --git a/configs/Chuwi_V7_CW0825_defconfig >> b/configs/Chuwi_V7_CW0825_defconfig >>

Re: [U-Boot] [PATCH v5 1/2] spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig

2016-11-05 Thread Tom Rini
On Thu, Nov 03, 2016 at 09:47:48PM +0200, Sam Protsenko wrote: > Signed-off-by: Sam Protsenko [snip] > diff --git a/configs/Chuwi_V7_CW0825_defconfig > b/configs/Chuwi_V7_CW0825_defconfig > index a67038b..8507f73 100644 > --- a/configs/Chuwi_V7_CW0825_defconfig > +++

[U-Boot] [PATCH v5 1/2] spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig

2016-11-03 Thread Sam Protsenko
Signed-off-by: Sam Protsenko --- Changes in v5: - USE_SECTOR: add default=y for default architectures Changes in v4: - remove TARGET_* from Kconfig default section Changes in v3: - add USE_SECTOR to missed boards (reported by buildman): - Merrii_A80_Optimus