From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 26 Oct 2016 09:31:30 -0700 Subject: [U-Boot] [PATCH 5/5] configs: add the CONFIG_BLK and CONFIG_DM_MMC/OPS for exynos4 series In-Reply-To: <20161024060857.7864-5-jh80.chung@samsung.com> References: <20161024060857.7864-1-jh80.chung@samsung.com> <20161024060857.7864-5-jh80.chung@samsung.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 October 2016 at 23:08, Jaehoon Chung 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 > --- > 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 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. - Simon