configs: imx8mn_venice: fix include header protection
authorTim Harvey <tharvey@gateworks.com>
Fri, 4 Nov 2022 15:45:20 +0000 (08:45 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Nov 2022 16:35:00 +0000 (17:35 +0100)
Fix typo in the include header protection.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/imx8mn_venice.h

index c43c4da..5fbfdf4 100644 (file)
@@ -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 <asm/arch/imx-regs.h>
 #include <linux/sizes.h>