
27 Oct
2016
27 Oct
'16
3:58 a.m.
On 10/27/2016 01:31 AM, Simon Glass wrote:
On 23 October 2016 at 23:08, Jaehoon Chung jh80.chung@samsung.com wrote:
To use the CONFIG_BLK/CONFIG_DM_MMC/CONFIG_DM_MMC_OPS, add the configurations for exynos4 series.(by default)
Signed-off-by: Jaehoon Chung jh80.chung@samsung.com
configs/odroid_defconfig | 3 +++ configs/origen_defconfig | 3 +++ configs/smdkv310_defconfig | 3 +++ configs/trats2_defconfig | 3 +++ configs/trats_defconfig | 3 +++ 5 files changed, 15 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
But please use savedefconfig to get the ordering correct. A recent change should make DM_MMC and DM_MMC_OPS the default if BLK is enabled.
Got it. Thanks!
Best Regards, Jaehoon Chung
- Simon