From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Mon, 10 Jun 2019 09:39:44 +0000 (UTC) Subject: [U-Boot] [PATCH v2 1/3] mx6sabresd: Remove CONFIG_SPL_DM to In-Reply-To: <20190521133754.29553-1-festevam@gmail.com> Message-ID: <20190610094009.E0F14C21FC6@lists.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Currently the mx6qsabresd board does not boot: > U-Boot SPL 2019.07-rc2 (May 16 2019 - 14:28:55 -0300) > Trying to boot from MMC1 > spl: could not find mmc device 0. error: -19 > SPL: failed to boot from all boot devices > ### ERROR ### Please RESET the board ### > The reason for the boot failure is that that the SPL > size got greater than the 68KB limit (4KB header + 64KB max > size) as explained in include/configs/imx6_spl.h. > Remove the CONFIG_SPL_DM option, so that the SPL binary could > fit into the allowed size and the board can boot again. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================