From mboxrd@z Thu Jan 1 00:00:00 1970 From: Faiz Abbas Date: Tue, 19 Mar 2019 13:30:18 +0530 Subject: [U-Boot] [PATCH 07/11] board: ti: am335x: Add platdata for cpsw in SPL In-Reply-To: <20190318141059.GX8732@bill-the-cat> References: <20190318082441.16635-1-faiz_abbas@ti.com> <20190318082441.16635-8-faiz_abbas@ti.com> <20190318141059.GX8732@bill-the-cat> Message-ID: <0705c612-3323-60e5-aa97-95f271e581bb@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 18/03/19 7:40 PM, Tom Rini wrote: > On Mon, Mar 18, 2019 at 01:54:37PM +0530, Faiz Abbas wrote: > >> The SPL image overflows when cpsw dt nodes are added and SPL_OF_CONTROL >> is enabled. Use static platdata instead to save space. >> >> Signed-off-by: Faiz Abbas > > We don't have SPL_OF_CONTROL enabled, yet, on am335x_evm. Do you have > patches for that? My WIP on that gets hung up on USB support causing a > crash early on and I've not worked out what I forgot to change for that. > Thanks! > The series doesn't intend to enable SPL_OF_CONTROL. It circumvents the requirement by adding static platdata. Thanks, Faiz