diff options
| author | Bryan Brattlof <[email protected]> | 2024-06-07 17:06:13 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-14 10:42:46 -0600 |
| commit | bf8f3c408fa6598a13239a018efb700bdd4a6a92 (patch) | |
| tree | e4dee6b60a0a3dd5778372c81e5450d423a3de50 /board | |
| parent | 5cca31106398bfebbec3ad17d8b034abbea65599 (diff) | |
configs: add defconfigs for the am625-lp-sk
The am62x-lp-sk is a package and reference board spin of the am62x-sk to
showcase the low-power features of the am62x SoC family. Because it so
closely resembles the am62x-sk board, use the preprocessor to inherit
its configuration making the needed changes for this board where
necessary.
Reviewed-by: Dhruva Gole <[email protected]>
Signed-off-by: Bryan Brattlof <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/ti/am62x/MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/board/ti/am62x/MAINTAINERS b/board/ti/am62x/MAINTAINERS index 105e741995e..562a5c67669 100644 --- a/board/ti/am62x/MAINTAINERS +++ b/board/ti/am62x/MAINTAINERS @@ -1,8 +1,10 @@ AM62x BOARD -M: Dave Gerlach <[email protected]> +M: Bryan Brattlof <[email protected]> M: Tom Rini <[email protected]> S: Maintained F: board/ti/am62x/ F: include/configs/am62x_evm.h F: configs/am62x_evm_r5_defconfig F: configs/am62x_evm_a53_defconfig +F: configs/am62x_lpsk_r5_defconfig +F: configs/am62x_lpsk_a53_defconfig |
