From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Ford Date: Sat, 16 Feb 2019 14:53:30 -0600 Subject: [U-Boot] [PATCH 1/2] ARM: DTS: omap3-u-boot.dtsi In-Reply-To: <20190216204910.GQ21737@bill-the-cat> References: <20190216193124.7673-1-aford173@gmail.com> <20190216204910.GQ21737@bill-the-cat> 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 Sat, Feb 16, 2019 at 2:49 PM Tom Rini wrote: > > On Sat, Feb 16, 2019 at 01:31:23PM -0600, Adam Ford wrote: > > > Create generic omap3-u-boot.dtsi file that omap3 based boards > > can include to generate device tree in SPL for booting MLO. > > > > Credit should go to Tom Rini. > > > > Signed-off-by: Adam Ford > > > > diff --git a/arch/arm/dts/omap3-u-boot.dtsi b/arch/arm/dts/omap3-u-boot.dtsi > > new file mode 100644 > > index 0000000000..32bea6b6d9 > > Signed-off-by: Tom Rini If you want to remove my SoB, that's fine. It's really your work, but I knew that without any SoB it would have been rejected. :-) adam > > -- > Tom