mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 03:36:59 +02:00
Currently, phytec_get_product_name() function only takes care of PCM SoM type, however in case of PCL, KSM or KSP SoM type it will return error: phytec_get_product_name: Invalid SOM type Add support for other SoM types as defined in phytec_som_type_str enum (see phytec_som_detection.h) to get rid of the error. While at it, also simplify switch case statements by grouping them together. This makes it more concise and readable. Signed-off-by: Primoz Fiser <primoz.fiser@norik.com> Reviewed-by: Daniel Schultz <d.schultz@phytec.de> |
||
---|---|---|
.. | ||
k3 | ||
am6_som_detection.c | ||
am6_som_detection.h | ||
imx8m_som_detection.c | ||
imx8m_som_detection.h | ||
imx93_som_detection.c | ||
imx93_som_detection.h | ||
Kconfig | ||
Makefile | ||
phytec_som_detection_blocks.c | ||
phytec_som_detection_blocks.h | ||
phytec_som_detection.c | ||
phytec_som_detection.h |