From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 16 Apr 2017 13:33:55 -0600 Subject: [U-Boot] [PATCH 1/2] include: config: am335x: disable DM_MMC_OPS if DM_MMC is disabled In-Reply-To: <1492192202-32550-2-git-send-email-jjhiblot@ti.com> References: <1492192202-32550-1-git-send-email-jjhiblot@ti.com> <1492192202-32550-2-git-send-email-jjhiblot@ti.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 Hi, On 14 April 2017 at 11:50, Jean-Jacques Hiblot wrote: > Signed-off-by: Jean-Jacques Hiblot > --- > include/configs/am335x_evm.h | 1 + > include/configs/am335x_shc.h | 1 + > include/configs/chiliboard.h | 1 + > 3 files changed, 3 insertions(+) Reviewed-by: Simon Glass This seems unfortunate. Is there not enough space in SPL?