]> git.dujemihanovic.xyz Git - u-boot.git/commit
siemens: board: clean up products folders vs common
authorEnrico Leto <enrico.leto@siemens.com>
Wed, 24 Jan 2024 14:43:53 +0000 (15:43 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 5 Feb 2024 18:32:48 +0000 (13:32 -0500)
commitd89a97ef9403f79b98853e2a9ddfa36733c1a6e8
treebd8455090632cc5f7066cb52118ac79c3319e7eb
parent671be9f53995c78dec05a17293aa228c06963b26
siemens: board: clean up products folders vs common

The common folder was initialially created for the common parts of the
products based on draco-am355x board family. These are the product lines
'pxm2', 'rut' and the base line named 'draco'!

Adding the new capricorn-imx8 board family, common was enhanced without
cleanup.
- rename 'common/board.c' to 'common/board_am335x.c'
- add 'common/board_am335x.h' for export to the product lines

Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Signed-off-by: Enrico Leto <enrico.leto@siemens.com>
13 files changed:
board/siemens/common/board_am335x.c [moved from board/siemens/common/board.c with 98% similarity]
board/siemens/common/board_am335x.h [new file with mode: 0644]
board/siemens/draco/Makefile
board/siemens/draco/board.c
board/siemens/draco/board.h
board/siemens/pxm2/MAINTAINERS
board/siemens/pxm2/Makefile
board/siemens/pxm2/board.c
board/siemens/pxm2/board.h [deleted file]
board/siemens/rut/MAINTAINERS
board/siemens/rut/Makefile
board/siemens/rut/board.c
board/siemens/rut/board.h [deleted file]