diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-05-16 10:51:24 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:47:44 -0400 |
commit | bd7245849f7ce1c0d2707b7f213d5df1f99284c8 (patch) | |
tree | b793b4c4b5dd522fa911aa8bda8fe6e5723ea7b6 /board | |
parent | 09da87dafddef530e62ca1dc2655819dda1d28ee (diff) | |
download | talos-obmc-uboot-bd7245849f7ce1c0d2707b7f213d5df1f99284c8.tar.gz talos-obmc-uboot-bd7245849f7ce1c0d2707b7f213d5df1f99284c8.zip |
ARM: DRA7: Enable FIT
Use a single defconfig for all DRA7 platforms by enabling FIT and delete
the platform specific defconfigs.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/ti/dra7xx/MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/ti/dra7xx/MAINTAINERS b/board/ti/dra7xx/MAINTAINERS index 3f638d0a7e..5ec67697cf 100644 --- a/board/ti/dra7xx/MAINTAINERS +++ b/board/ti/dra7xx/MAINTAINERS @@ -3,8 +3,6 @@ M: Lokesh Vutla <lokeshvutla@ti.com> S: Maintained F: board/ti/dra7xx/ F: include/configs/dra7xx_evm.h -F: configs/dra72_evm_defconfig -F: configs/dra74_evm_defconfig F: configs/dra7xx_evm_defconfig F: configs/dra7xx_evm_qspiboot_defconfig F: configs/dra7xx_evm_uart3_defconfig |