From c084ca101fdb4754b3d94ab5f5a62999af7add8d Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Thu, 28 Nov 2019 13:05:04 +0800 Subject: imx: Fix platform config name to support partition reboot For platform CONFIGs, platform name should use lower case. Signed-off-by: Anson Huang --- plat/imx/common/imx8_helpers.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/imx/common/imx8_helpers.S b/plat/imx/common/imx8_helpers.S index 0d78c6be..b9603a46 100644 --- a/plat/imx/common/imx8_helpers.S +++ b/plat/imx/common/imx8_helpers.S @@ -122,7 +122,7 @@ endfunc plat_reset_handler */ func plat_get_my_entrypoint -#if defined(PLAT_IMX8QX) || defined(PLAT_IMX8QM) +#if defined(PLAT_imx8qx) || defined(PLAT_imx8qm) /* --------------------------------------------- * SCU will signal through a GIR bit when a * partition boot has taken place which requires -- cgit v1.2.3