From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Mon, 9 May 2016 10:14:01 +0530 Subject: [U-Boot] [PATCH 1/4] ARM: DRA7: configs: Rename dra7xx_evm to dra7xx_evm_nodt defconfig In-Reply-To: <20160506174905.GG24828@bill-the-cat> References: <1462540023-19509-1-git-send-email-lokeshvutla@ti.com> <1462540023-19509-2-git-send-email-lokeshvutla@ti.com> <20160506174905.GG24828@bill-the-cat> Message-ID: <57301591.7070305@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 Friday 06 May 2016 11:19 PM, Tom Rini wrote: > On Fri, May 06, 2016 at 06:37:00PM +0530, Lokesh Vutla wrote: > >> This is to make dra7xx_evm_defconfig to use DT and FIT support >> by default. >> >> Signed-off-by: Lokesh Vutla > > Lets just drop the non-DT way of doing things here. Peripheral boot like ethernet, uart and XIP boot does support FIT loading yet. So, I wanted to keep a non-dt defconfig so that these modes can be verified. Once these are done, we can delete this. Thanks and regards, Lokesh >