diff options
author | Tom Rini <trini@konsulko.com> | 2024-06-07 14:00:26 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-06-07 14:00:26 -0600 |
commit | bf3d5baa868a658d4625aaf177096751b8597891 (patch) | |
tree | ab8c5b51b94800744ea4e63217b84cbca22b1ff0 /board | |
parent | 48639c705026b5556e60320aef01a94a9ee45be3 (diff) | |
parent | 46bb1405b461c491f32a7f9c96c18768f9724b3a (diff) | |
download | u-boot-bf3d5baa868a658d4625aaf177096751b8597891.tar.gz |
Merge patch series "k3-j721e: Enable OF_UPSTREAM for J721E"
Neha Malcom Francis <n-francis@ti.com> says:
This series was plucked out from the larger series [1] that did some
templating reformatting and also enabled OF_UPSTREAM for J721E. The
former has been kept aside till all the platforms affected have moved to
using OF_UPSTREAM to have less conflicts while merging.
Patches split J721E EVM and J721E SK to using separate builds, as well
as enable OF_UPSTREAM for both the platforms.
Boot logs:
https://gist.github.com/nehamalcom/8f326376b6c6b1196084721405159bb9
[1] https://lore.kernel.org/all/20240322131011.1029620-1-n-francis@ti.com/
Diffstat (limited to 'board')
-rw-r--r-- | board/ti/j721e/MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ti/j721e/MAINTAINERS b/board/ti/j721e/MAINTAINERS index f5ca7d06a34..06aba53d9b0 100644 --- a/board/ti/j721e/MAINTAINERS +++ b/board/ti/j721e/MAINTAINERS @@ -5,5 +5,7 @@ F: board/ti/j721e F: include/configs/j721e_evm.h F: configs/j721e_evm_r5_defconfig F: configs/j721e_evm_a72_defconfig +F: configs/j721e_sk_r5_defconfig +F: configs/j721e_sk_a72_defconfig F: configs/j7200_evm_r5_defconfig F: configs/j7200_evm_a72_defconfig |