From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Jacques Hiblot Date: Tue, 18 Apr 2017 10:24:15 +0200 Subject: [U-Boot] [PATCH 1/2] include: config: am335x: disable DM_MMC_OPS if DM_MMC is disabled In-Reply-To: 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 On 16/04/2017 21:33, Simon Glass wrote: > 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?* I guess it would work. It adds about 11kB to the MLO. I'll do the test on a am335x evm but won't be able to test on the other two platforms. >