diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-11-04 08:45:20 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-11-08 17:35:00 +0100 |
commit | 9414097ab77f6d7b711fcc42fe0c48c67f259a29 (patch) | |
tree | 4a52a4fcbe39c1051664de10703b4d533bd55568 | |
parent | 630abef2f1feff4b51170696deca3fde72c03b78 (diff) | |
download | u-boot-9414097ab77f6d7b711fcc42fe0c48c67f259a29.tar.gz u-boot-9414097ab77f6d7b711fcc42fe0c48c67f259a29.tar.bz2 u-boot-9414097ab77f6d7b711fcc42fe0c48c67f259a29.zip |
configs: imx8mn_venice: fix include header protection
Fix typo in the include header protection.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r-- | include/configs/imx8mn_venice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/imx8mn_venice.h b/include/configs/imx8mn_venice.h index c43c4da6fb..5fbfdf4602 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 <asm/arch/imx-regs.h> #include <linux/sizes.h> |