board/freescale/common/imx: add support for i.MX8M Nano
authorStephane Viau <stephane.viau@oss.nxp.com>
Wed, 27 May 2020 05:07:47 +0000 (07:07 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 29 May 2020 21:38:22 +0000 (23:38 +0200)
Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
Reviewed-by: Maeva Manuel <maeva.manuel@oss.nxp.com>
Reviewed-by: Julien Olivain <julien.olivain@oss.nxp.com>
Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
board/freescale/common/imx/post-image.sh

index 138ea7b123c7486c1712f6557df057055fa67bad..06ccaac3a44ebe86872da1aedee98640becd25eb 100755 (executable)
@@ -38,6 +38,8 @@ genimage_type()
                echo "genimage.cfg.template_imx8"
        elif grep -Eq "^BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM=y$" ${BR2_CONFIG}; then
                echo "genimage.cfg.template_imx8"
+       elif grep -Eq "^BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MN=y$" ${BR2_CONFIG}; then
+               echo "genimage.cfg.template_imx8"
        elif grep -Eq "^BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X=y$" ${BR2_CONFIG}; then
                echo "genimage.cfg.template_imx8"
        elif grep -Eq "^BR2_LINUX_KERNEL_INSTALL_TARGET=y$" ${BR2_CONFIG}; then