commit | 161acbdfb0fc00c41845aded6667479be2a99e95 | [log] [tgz] |
---|---|---|
author | Wadim Egorov <w.egorov@phytec.de> | Wed May 22 09:55:02 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 07 14:02:26 2024 -0600 |
tree | 4f9b1b7402bfa8d5db144182d73eac3e64ebbbe6 | |
parent | 12f09c19b7c9cc9c4cbe88b0c33f69eea716c344 [diff] |
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>