mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01:00 
			
		
		
		
	imx: fix header inclusion guards
It seems like the header inclusion guards for some IMX related headers were misspelled or got out of sync. Make the preprocessor symbols for the #ifndef and #define lines the same, so that the double inclusion protection works as expected. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #ifndef __ARCH_IMX8M_SYS_PROTO_H | #ifndef __ARCH_IMX8M_SYS_PROTO_H | ||||||
| #define __ARCH_NMX8M_SYS_PROTO_H | #define __ARCH_IMX8M_SYS_PROTO_H | ||||||
|  |  | ||||||
| #include <asm/mach-imx/sys_proto.h> | #include <asm/mach-imx/sys_proto.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ | |||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #ifndef __ARCH_IMX8ULP_SYS_PROTO_H | #ifndef __ARCH_IMX8ULP_SYS_PROTO_H | ||||||
| #define __ARCH_NMX8ULP_SYS_PROTO_H | #define __ARCH_IMX8ULP_SYS_PROTO_H | ||||||
|  |  | ||||||
| #include <asm/mach-imx/sys_proto.h> | #include <asm/mach-imx/sys_proto.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ | |||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #ifndef __ARCH_IMX9_SYS_PROTO_H | #ifndef __ARCH_IMX9_SYS_PROTO_H | ||||||
| #define __ARCH_NMX9_SYS_PROTO_H | #define __ARCH_IMX9_SYS_PROTO_H | ||||||
|  |  | ||||||
| #include <asm/mach-imx/sys_proto.h> | #include <asm/mach-imx/sys_proto.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ | |||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #ifndef _IMX_SIP_H__ | #ifndef _IMX_SIP_H__ | ||||||
| #define _IMX_SIP_H_ | #define _IMX_SIP_H__ | ||||||
|  |  | ||||||
| #define IMX_SIP_GPC		0xC2000000 | #define IMX_SIP_GPC		0xC2000000 | ||||||
| #define IMX_SIP_GPC_PM_DOMAIN	0x03 | #define IMX_SIP_GPC_PM_DOMAIN	0x03 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user