diff options
| author | Lokesh Vutla <[email protected]> | 2019-06-13 10:29:49 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-07-26 21:49:27 -0400 |
| commit | f81850322af1abd367d64a68d34cd07f823a45d2 (patch) | |
| tree | ce3de6705afd105f9c9f171552be568196bdc657 /arch | |
| parent | 5bc22e327753444011cbb5d6a29f9e43b4c475ba (diff) | |
board: ti: j721e: Add board support for j721e evm
Add board specific initialization for j721e evm
Signed-off-by: Lokesh Vutla <[email protected]>
Signed-off-by: Jean-Jacques Hiblot <[email protected]>
Signed-off-by: Andreas Dannenberg <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-k3/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig index bf90d49b47b..9652c96a78a 100644 --- a/arch/arm/mach-k3/Kconfig +++ b/arch/arm/mach-k3/Kconfig @@ -113,4 +113,5 @@ config SYS_K3_SPL_ATF after SPL from R5. source "board/ti/am65x/Kconfig" +source "board/ti/j721e/Kconfig" endif |
