diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-05-16 11:11:16 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:47:45 -0400 |
commit | 4c4e3b37750f3fa1300ce2b69b148d21f6802051 (patch) | |
tree | 8a374fbcf4c086831bc6ee26d56ced967be9ae13 /board/ti | |
parent | 5a3775a4222df71bb5da38961c76ef7bcadac1cd (diff) | |
download | u-boot-4c4e3b37750f3fa1300ce2b69b148d21f6802051.zip u-boot-4c4e3b37750f3fa1300ce2b69b148d21f6802051.tar.gz u-boot-4c4e3b37750f3fa1300ce2b69b148d21f6802051.tar.bz2 |
ARM: AM43xx: Enable FIT
Use a single defconfig for all AM43xx 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/ti')
-rw-r--r-- | board/ti/am43xx/MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/ti/am43xx/MAINTAINERS b/board/ti/am43xx/MAINTAINERS index 96ef85b..3d40b17 100644 --- a/board/ti/am43xx/MAINTAINERS +++ b/board/ti/am43xx/MAINTAINERS @@ -7,5 +7,3 @@ F: configs/am43xx_evm_defconfig F: configs/am43xx_evm_qspiboot_defconfig F: configs/am43xx_evm_ethboot_defconfig F: configs/am43xx_evm_usbhost_boot_defconfig -F: configs/am437x_gp_evm_defconfig -F: configs/am437x_sk_evm_defconfig |