From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derald D. Woods Date: Sat, 16 Feb 2019 15:08:02 -0600 Subject: [U-Boot] [PATCH 2/2] ARM: omap3_logic: Enable SPL booting device tree In-Reply-To: <20190216204845.GP21737@bill-the-cat> References: <20190216193124.7673-1-aford173@gmail.com> <20190216193124.7673-2-aford173@gmail.com> <20190216204845.GP21737@bill-the-cat> Message-ID: <20190216210801.GA14542@ethiopia> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Feb 16, 2019 at 03:49:01PM -0500, Tom Rini wrote: > On Sat, Feb 16, 2019 at 01:31:24PM -0600, Adam Ford wrote: > > > With the generic omap3-u-boot.dtsi file available, this patch > > increased the memory of the various incarnations of the omap3_logic > > board, and points their respective u-boot.dtsi files to the newly > > created generic one, and removes the PLATDATA from the board file. > > > > These are all done at once because the're all utilizing the same > > omap3logic.c board file. > > > > Signed-off-by: Adam Ford > > Ah-haha! Thank you! I also needed to delete the platform data and then > beagleboard is also booting. > Can we get a quick summary of the conversion steps? My omap3-evm did not get a serial console when applying patch[1] and using example modifications from patch[2]. Derald