commit | f46ed976179ce7c0d28e993746ba124fdeb3c0bb | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Dec 02 16:42:50 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 21 19:09:37 2022 -0500 |
tree | 0dcacdee38034e626982afcc7ffc73240174da5b | |
parent | b7ccc3584b0b17e51639e1bd87cebdfe1d7ee58e [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>