]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: phytec: Fix function definitions in AM6x SOM detection
authorWadim Egorov <w.egorov@phytec.de>
Wed, 22 May 2024 07:55:02 +0000 (09:55 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 20:02:26 +0000 (14:02 -0600)
commit161acbdfb0fc00c41845aded6667479be2a99e95
tree4f9b1b7402bfa8d5db144182d73eac3e64ebbbe6
parent12f09c19b7c9cc9c4cbe88b0c33f69eea716c344
board: phytec: Fix function definitions in AM6x SOM detection

Functions are declared as phytec_am6* and not phytec_am62*.
Update the definitions to match the declarations.

Fixes: 9d152c23279c ("board: phytec: Add SOM detection for AM6x")
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Tested-by: John Ma <jma@phytec.com>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
board/phytec/common/am6_som_detection.c