diff options
author | Lokesh Vutla | 2018-11-02 19:51:10 +0530 |
---|---|---|
committer | Tom Rini | 2018-11-16 16:51:59 -0500 |
commit | 6e2a7780d1e7b46075df1e41fce5f898ebc067b7 (patch) | |
tree | 3911a264b9248d8df59e0a11020d33923d9e0481 /board/ti | |
parent | 00b34e993768ab2182c61fcff8463252ebc6ea9d (diff) |
configs: am65x_evm_r5: Add initial support
Add initial defconfig support for AM65x
that runs on R5.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/am65x/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am65x/MAINTAINERS b/board/ti/am65x/MAINTAINERS index ca1ce58f72a..7c52e7599e0 100644 --- a/board/ti/am65x/MAINTAINERS +++ b/board/ti/am65x/MAINTAINERS @@ -4,3 +4,4 @@ S: Maintained F: board/ti/am65x/ F: include/configs/am65x_evm.h F: configs/am65x_evm_a53_defconfig +F: configs/am65x_evm_r5_defconfig |