
This series enables FIT for DRA7xx platforms. Depends on the FIT support series posted recently.
Testing: Defconfig used: dra7xx_evm_defconfig (DT boot with FIT enabled) DRA74-Evm RevH: SD boot: http://pastebin.ubuntu.com/16258169/ eMMC boot: http://pastebin.ubuntu.com/16258272/ QSPI_4 boot: http://pastebin.ubuntu.com/16258216/ DRA72-Evm RevC: SD boot: http://pastebin.ubuntu.com/16257943/ eMMC boot: http://pastebin.ubuntu.com/16258075/ QSPI_4 boot: http://pastebin.ubuntu.com/16258135/
Lokesh Vutla (4): ARM: DRA7: configs: Rename dra7xx_evm to dra7xx_evm_nodt defconfig board: dra7: fit: add support for selecting dtb dynamically ARM: DRA7: Enable FIT ARM: DRA7: configs: Remove obsolete configs
board/ti/dra7xx/MAINTAINERS | 5 +--- board/ti/dra7xx/evm.c | 12 ++++++++ configs/dra72_evm_defconfig | 53 ----------------------------------- configs/dra74_evm_defconfig | 52 ---------------------------------- configs/dra7xx_evm_defconfig | 15 +++++++++- configs/dra7xx_evm_nodt_defconfig | 43 ++++++++++++++++++++++++++++ configs/dra7xx_evm_qspiboot_defconfig | 43 ---------------------------- configs/dra7xx_evm_uart3_defconfig | 44 ----------------------------- 8 files changed, 70 insertions(+), 197 deletions(-) delete mode 100644 configs/dra72_evm_defconfig delete mode 100644 configs/dra74_evm_defconfig create mode 100644 configs/dra7xx_evm_nodt_defconfig delete mode 100644 configs/dra7xx_evm_qspiboot_defconfig delete mode 100644 configs/dra7xx_evm_uart3_defconfig