From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Thu, 12 May 2016 11:18:05 +0530 Subject: [U-Boot] [PATCH 0/8] ARM: AM335x: Add support for FIT and various platforms In-Reply-To: <20160511162347.GK24828@bill-the-cat> References: <1462866504-19081-1-git-send-email-lokeshvutla@ti.com> <20160511162347.GK24828@bill-the-cat> Message-ID: <57341915.4060909@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 Wednesday 11 May 2016 09:53 PM, Tom Rini wrote: > On Tue, May 10, 2016 at 01:18:16PM +0530, Lokesh Vutla wrote: > >> This series adds support for FIT and various AM335x based platforms >> >> BBB: http://pastebin.ubuntu.com/16340189/ >> BBW: http://pastebin.ubuntu.com/16340238/ >> AM335x-evm: http://pastebin.ubuntu.com/16340157/ >> AM335x-evmsk: http://pastebin.ubuntu.com/16340327/ >> >> Lokesh Vutla (6): >> ARM: AM33xx: configs: Rename am335x_evm to am335xx_evm_nodt defconfig > > OK, just like the am43xx series, lets just move over to FIT+DT in SPL > and drop the old case, no "nodt" config. Not sure if I get the question. So, nodt defconfig is still maintained because of the peripheral boot modes(UART and ethernet). If these modes are converted to load FIT we can drop nodt defcofcong. Thanks and regards, Lokesh >