From: Tim Harvey Date: Fri, 4 Nov 2022 15:45:20 +0000 (-0700) Subject: configs: imx8mn_venice: fix include header protection X-Git-Tag: v2023.01-rc2~5^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9414097ab77f6d7b711fcc42fe0c48c67f259a29;p=pandora-u-boot.git configs: imx8mn_venice: fix include header protection Fix typo in the include header protection. Signed-off-by: Tim Harvey --- diff --git a/include/configs/imx8mn_venice.h b/include/configs/imx8mn_venice.h index c43c4da6fbf..5fbfdf4602f 100644 --- a/include/configs/imx8mn_venice.h +++ b/include/configs/imx8mn_venice.h @@ -3,8 +3,8 @@ * Copyright 2022 Gateworks Corporation */ -#ifndef __IMX8MM_VENICE_H -#define __IMX8MM_VENICE_H +#ifndef __IMX8MN_VENICE_H +#define __IMX8MN_VENICE_H #include #include