diff options
author | Lokesh Vutla | 2016-06-06 10:54:57 +0530 |
---|---|---|
committer | Tom Rini | 2016-06-06 13:39:17 -0400 |
commit | ca5599c3fb4551c5a71b627f7552723fb9c74928 (patch) | |
tree | 1b77bb4e59d37bf9299e47dc61fc0d62d9a39ed2 /board/ti | |
parent | e22455f0a6020acc781267cf2f6e926fe8a4cae7 (diff) |
ARM: DRA7xx: Enable FIT for hs platforms
Use a single defconfig for all DRA7xx hs platforms by enabling FIT and delete
the platform specific defconfigs.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/dra7xx/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/dra7xx/MAINTAINERS b/board/ti/dra7xx/MAINTAINERS index 907cb13efe0..46b6e82b36e 100644 --- a/board/ti/dra7xx/MAINTAINERS +++ b/board/ti/dra7xx/MAINTAINERS @@ -4,3 +4,4 @@ S: Maintained F: board/ti/dra7xx/ F: include/configs/dra7xx_evm.h F: configs/dra7xx_evm_defconfig +F: configs/dra7xx_hs_evm_defconfig |