commit | cb189268bff926be9b1b3e911f1823038f955f2b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Dec 02 16:42:50 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 22 10:31:49 2022 -0500 |
tree | 8a594501bff3946cf717961f25c0d8d094590c5d | |
parent | 8b348ed063a7d6f4d26af477bd90e88c24741add [diff] |
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>