commit | 46df77669ec4d8f04b0faf770d661f79971775a6 | [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 | 0c3a6d443f4751b681566e8a752d12e04f4369f4 [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>