]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: hab: rename imx_sec_config_fuse_t to imx_fuse
authorPaul Geurts <paul.geurts@prodrive-technologies.com>
Fri, 1 Nov 2024 08:49:20 +0000 (09:49 +0100)
committerFabio Estevam <festevam@gmail.com>
Sat, 9 Nov 2024 11:53:36 +0000 (08:53 -0300)
commit0a245862c2ba7a4a63dc6f6c1afbdcdb50c4ed89
treebb122e29d362394d6a146350732f061f1178f8af
parenta7a96a37cbd875994bc8d25adb0536bf00e4a30e
imx: hab: rename imx_sec_config_fuse_t to imx_fuse

The imx_sec_config_fuse_t structure is not specific to the sec_config
fuse, but can be used for all fuse words.

Rename the structure to a more generic name to be reused for other
fuses.

Signed-off-by: Paul Geurts <paul.geurts@prodrive-technologies.com>
arch/arm/include/asm/mach-imx/hab.h
arch/arm/mach-imx/hab.c
arch/arm/mach-imx/imx8m/soc.c
arch/arm/mach-imx/mx6/soc.c
arch/arm/mach-imx/mx7/soc.c
arch/arm/mach-imx/mx7ulp/soc.c