[U-Boot] [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

Tom Rini trini at konsulko.com
Tue Jan 31 22:38:18 CET 2017


On Tue, Jan 31, 2017 at 09:32:57AM +0530, Lokesh Vutla wrote:

> As reported in [1], rename the k2* dts files to keystone-* files
> this will force consistency throughout.
> 
> Script for the same (and hand modified for Makefile and config
> files):
> for i in arch/arm/dts/k2*
> do
> 	b=`basename $i`;
> 	git mv $i arch/arm/dts/keystone-$b;
> 	sed -i -e "s/$b/keystone-$b/g" arch/arm/dts/*[si]
> done
> 
> This is similar to linux kernel commit 5edafc29829bc ("ARM: dts: k2*: Rename
> the k2* files to keystone-k2* files")
> 
> [1] http://marc.info/?l=linux-arm-kernel&m=145637407804754&w=2
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>

Reviewed-by: Tom Rini <trini at konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170131/47ddb449/attachment.sig>


More information about the U-Boot mailing list