diff options
author | Andreas Dannenberg <dannenberg@ti.com> | 2016-06-22 17:10:26 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-01 17:42:53 -0400 |
commit | 4aae64c22abbe3a3003322654ae6cd08d5d4c889 (patch) | |
tree | 7cafd8148b14b99dca0e18ddef62e99b9759897b /board/ti/am43xx | |
parent | 8dfd6e2129e7eaba8f7fe20b14fda635241bd11b (diff) | |
download | u-boot-4aae64c22abbe3a3003322654ae6cd08d5d4c889.tar.gz u-boot-4aae64c22abbe3a3003322654ae6cd08d5d4c889.tar.xz u-boot-4aae64c22abbe3a3003322654ae6cd08d5d4c889.zip |
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>
Diffstat (limited to 'board/ti/am43xx')
-rw-r--r-- | board/ti/am43xx/MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
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 |