mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-13 18:56: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> |
||
---|---|---|
.. | ||
common | ||
pcl063 | ||
pcm052 | ||
pcm058 | ||
phycore_am62ax | ||
phycore_am62x | ||
phycore_am64x | ||
phycore_am335x_r2 | ||
phycore_imx8mm | ||
phycore_imx8mp | ||
phycore_imx93 | ||
phycore_rk3288 |