commit | 8b45311185bd30d0eb370fecc88c3dc9fdace3ba | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Mar 24 21:54:43 2025 -0500 |
committer | Fabio Estevam <festevam@gmail.com> | Tue Mar 25 08:32:15 2025 -0300 |
tree | c98b33e85f2c7f8871bcf4568d0d09130ef2da45 | |
parent | f1c0db6a891ff5fbd2de718b0b0b650b543956c9 [diff] |
cpu: imx8_cpu: Expand get_imx_type_str list of supported CPUs The imx8_cpu is capable of running on IMX8, IMX8M, and IMX9 families, but the CPU list is limited on the 8M variants. Expand this list to show more variants and their respective names. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>