From: Ye Li Date: Tue, 19 Apr 2022 09:13:25 +0000 (+0530) Subject: imx: Fix build error X-Git-Tag: v2022.07~90^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b0cd1536af4da3c4715ce40b4dd9c84c5241264;p=platform%2Fkernel%2Fu-boot.git imx: Fix build error Fix wrong environment.h and remove DECLARE_GLOBAL_DATA_PTR Fixes: 30e39ac7c9 (imx: imx7 Support for Manufacturing Protection) Signed-off-by: Ye Li Reviewed-by: Gaurav Jain --- diff --git a/arch/arm/mach-imx/cmd_mfgprot.c b/arch/arm/mach-imx/cmd_mfgprot.c index aed3b2f..ec8a875 100644 --- a/arch/arm/mach-imx/cmd_mfgprot.c +++ b/arch/arm/mach-imx/cmd_mfgprot.c @@ -12,13 +12,11 @@ #include #include #include -#include +#include #include #include #include -DECLARE_GLOBAL_DATA_PTR; - /** * do_mfgprot() - Handle the "mfgprot" command-line command * @cmdtp: Command data struct pointer