From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Dannenberg Date: Wed, 22 Jun 2016 17:06:00 -0500 Subject: [U-Boot] [PATCH] ARM: AM43xx: Align HS device variant defconfig filename In-Reply-To: <20160621235036.GB19080@bill-the-cat> References: <1466538066-7437-1-git-send-email-dannenberg@ti.com> <20160621235036.GB19080@bill-the-cat> Message-ID: <20160622220600.GR26355@borg.dal.design.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 On Tue, Jun 21, 2016 at 07:50:36PM -0400, Tom Rini wrote: > On Tue, Jun 21, 2016 at 02:41:06PM -0500, Andreas Dannenberg wrote: > > > Align the name of the defconfig file for high-security (HS) device variants > > from the AM43xx family of SoCs with the corresponding names used for the > > general purpose devices. This allows for easier cross-association of those > > files and also provides room to grow from an HS device part number > > perspective. > > > > Signed-off-by: Andreas Dannenberg > > Cc: Madan Srinivas > > --- > > > > While renaming files is always a tricky thing due to possible side effects > > in this case there is likely virtually no user of this defconfig file yet > > as it is rather new and the HS devices are not widely available in the > > first place. Hence, go ahead and make this alignment rather sooner than > > later. > > > > configs/am437x_hs_evm_defconfig | 59 ----------------------------------------- > > configs/am43xx_hs_evm_defconfig | 59 +++++++++++++++++++++++++++++++++++++++++ > > Please update board/ti/am43xx/MAINTAINERS as well, thanks! Good point, will send out an updated version shortly. Thanks and Regards, Andreas