]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: phytec: som_detection: move definitions to source file
authorYannic Moog <y.moog@phytec.de>
Wed, 20 Dec 2023 08:45:35 +0000 (09:45 +0100)
committerFabio Estevam <festevam@denx.de>
Wed, 20 Dec 2023 18:04:46 +0000 (15:04 -0300)
commitaa7858fe5e2ef3d74129175c4044c9bb59174b4a
tree38e6eeff55d72ced8a16569031d23b54bb34067c
parent71714cda3d077b9199e3bfda8cbf0a081b0a5fa9
board: phytec: som_detection: move definitions to source file

Move all function definitions in {phytec|imx8m}_som_detection from the
header to the source file to prevent potential linker error regarding
multiple definitions. Also move the #if blocks with the definitions.

Signed-off-by: Yannic Moog <y.moog@phytec.de>
board/phytec/common/imx8m_som_detection.c
board/phytec/common/imx8m_som_detection.h
board/phytec/common/phytec_som_detection.c
board/phytec/common/phytec_som_detection.h