From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Mon, 4 Feb 2019 09:03:43 -0200 Subject: [U-Boot] [PATCH v4 00/20] mx6sabre: Add DM and SPL FIT support In-Reply-To: <20190204095535.zvpcvlvfi4uvd2mo@fsr-ub1664-175> References: <1549039198-16674-1-git-send-email-abel.vesa@nxp.com> <20190204095535.zvpcvlvfi4uvd2mo@fsr-ub1664-175> 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 Mon, Feb 4, 2019 at 7:55 AM Abel Vesa wrote: > If the SPL size (without the dtb appended) is larger then yes, the build fails. > Trouble is if the SPL (without the dtb appended) is, lets say, 63kB and > then the dtb is larger than 1kB. Then there is no mechanism in place to check that > and it will just fail to boot without giving any clues why. But this is a totally > unrelated problem from this patchset's point of view and I think it impacts all > the platforms that support SPL with DM. Yes, it is unrelated to this series and should be treated separately.