]> git.ipfire.org Git - thirdparty/u-boot.git/commit
nxp: Rename CONFIG_U_BOOT_HDR_SIZE to FSL_U_BOOT_HDR_SIZE
authorTom Rini <trini@konsulko.com>
Fri, 2 Dec 2022 21:42:50 +0000 (16:42 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 22 Dec 2022 15:31:49 +0000 (10:31 -0500)
commit46df77669ec4d8f04b0faf770d661f79971775a6
tree8a594501bff3946cf717961f25c0d8d094590c5d
parent0c3a6d443f4751b681566e8a752d12e04f4369f4
nxp: Rename CONFIG_U_BOOT_HDR_SIZE to FSL_U_BOOT_HDR_SIZE

This is always defined to 16K, so we move this over to
include/fsl_validate.h to start with. Next, we rename this from CONFIG_
to FSL_. Coalesce the various comments around this definition to be in
fsl_validate.h as well to explain the usage.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/freescale/common/fsl_chain_of_trust.c
drivers/mtd/nand/raw/fsl_ifc_spl.c
include/configs/T104xRDB.h
include/configs/ls1021atsn.h
include/configs/ls1021atwr.h
include/configs/ls1043a_common.h
include/configs/ls1046a_common.h
include/configs/ls1088a_common.h
include/fsl_validate.h