]> git.ipfire.org Git - thirdparty/u-boot.git/commit
imx: fix header inclusion guards
authorAndre Przywara <andre.przywara@arm.com>
Mon, 15 May 2023 13:52:10 +0000 (14:52 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 31 May 2023 14:11:46 +0000 (10:11 -0400)
commit4ee992f7cf907d269d20a26d90513ef67b371dd5
treea48571e508fbbe95bb85307c30578c9cb5974063
parent41e289bb1f6032694900afad017320d26f411066
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>
arch/arm/include/asm/arch-imx8m/sys_proto.h
arch/arm/include/asm/arch-imx8ulp/sys_proto.h
arch/arm/include/asm/arch-imx9/sys_proto.h
include/imx_sip.h