From: Andreas Dannenberg Date: Wed, 22 Jun 2016 22:10:26 +0000 (-0500) Subject: ARM: AM437x: Align HS device variant defconfig filename X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=4aae64c22abbe3a3003322654ae6cd08d5d4c889;p=u-boot.git 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 Cc: Lokesh Vutla Cc: Madan Srinivas --- 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