]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: phytec: Commonize board code for K3 based SoMs
authorWadim Egorov <w.egorov@phytec.de>
Wed, 24 Apr 2024 12:53:34 +0000 (14:53 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 10 May 2024 16:42:22 +0000 (10:42 -0600)
commit0b30b28ba3da2f03334cc9b4f06710b6adc7260f
treebc216981664a1ab3f568d11dc0971cc439dda5ea
parentd097f9e1299a3bdb7de468f0d9bbc63932f461cd
board: phytec: Commonize board code for K3 based SoMs

Environment handling code can be reused across all our K3 based SoMs.
Instead of adding the same code for every new SoM, move it to a common
board.c file.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
board/phytec/common/Makefile
board/phytec/common/k3/Makefile [new file with mode: 0644]
board/phytec/common/k3/board.c [new file with mode: 0644]
board/phytec/phycore_am62x/phycore-am62x.c