From: Peng Fan Date: Tue, 5 Mar 2019 02:32:39 +0000 (+0000) Subject: imx8: imx8-pins: add i.MX8QM X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=4ba1b34dfeea25dbaa59a8d970a4c14abfb74718;p=u-boot.git imx8: imx8-pins: add i.MX8QM Add i.MX8QM entry Signed-off-by: Peng Fan --- diff --git a/arch/arm/include/asm/arch-imx8/imx8-pins.h b/arch/arm/include/asm/arch-imx8/imx8-pins.h index dcced1010b..2130298163 100644 --- a/arch/arm/include/asm/arch-imx8/imx8-pins.h +++ b/arch/arm/include/asm/arch-imx8/imx8-pins.h @@ -8,6 +8,8 @@ #if defined(CONFIG_IMX8QXP) #include +#elif defined(CONFIG_IMX8QM) +#include #else #error "No pin header" #endif