From 4aae64c22abbe3a3003322654ae6cd08d5d4c889 Mon Sep 17 00:00:00 2001
From: Andreas Dannenberg <dannenberg@ti.com>
Date: Wed, 22 Jun 2016 17:10:26 -0500
Subject: [PATCH] ARM: AM437x: Align HS device variant defconfig filename

Align the name of the defconfig file for high-security (HS) device variants
from the AM43xx family of SoCs with the corresponding name 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.

Furthermore, update and cleanup associated MAINTAINERS file.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Cc: Madan Srinivas <madans@ti.com>
---
 board/ti/am43xx/MAINTAINERS                                  | 3 ++-
 configs/{am437x_hs_evm_defconfig => am43xx_hs_evm_defconfig} | 0
 2 files changed, 2 insertions(+), 1 deletion(-)
 rename configs/{am437x_hs_evm_defconfig => am43xx_hs_evm_defconfig} (100%)

diff --git a/board/ti/am43xx/MAINTAINERS b/board/ti/am43xx/MAINTAINERS
index 3d40b171d2..83645acff4 100644
--- a/board/ti/am43xx/MAINTAINERS
+++ b/board/ti/am43xx/MAINTAINERS
@@ -4,6 +4,7 @@ S:	Maintained
 F:	board/ti/am43xx/
 F:	include/configs/am43xx_evm.h
 F:	configs/am43xx_evm_defconfig
-F:	configs/am43xx_evm_qspiboot_defconfig
 F:	configs/am43xx_evm_ethboot_defconfig
+F:	configs/am43xx_evm_qspiboot_defconfig
 F:	configs/am43xx_evm_usbhost_boot_defconfig
+F:	configs/am43xx_hs_evm_defconfig
diff --git a/configs/am437x_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig
similarity index 100%
rename from configs/am437x_hs_evm_defconfig
rename to configs/am43xx_hs_evm_defconfig
-- 
2.30.2