mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 06:46:59 +00:00
configs: imx8mn_venice: fix include header protection
Fix typo in the include header protection. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
630abef2f1
commit
9414097ab7
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue