summaryrefslogtreecommitdiff
path: root/board/freescale/common
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2023-06-05 14:58:59 +0300
committerTom Rini <trini@konsulko.com>2023-06-19 23:45:36 +0300
commitbb922ca3eb4b92a27e98fb5d81bf22242e9d4f0e (patch)
tree142c42696ab3dfca5f75046de0c5b32b7728724b /board/freescale/common
parentdd9484a828d268f175d7c54400574d47b2e4f9ab (diff)
downloadu-boot-bb922ca3eb4b92a27e98fb5d81bf22242e9d4f0e.tar.xz
global: Use proper project name U-Boot (next)
Use proper project name in DTs, messages and READMEs. Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'board/freescale/common')
-rw-r--r--board/freescale/common/fsl_chain_of_trust.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/fsl_chain_of_trust.c b/board/freescale/common/fsl_chain_of_trust.c
index b47ce05251..87ed814d6a 100644
--- a/board/freescale/common/fsl_chain_of_trust.c
+++ b/board/freescale/common/fsl_chain_of_trust.c
@@ -127,7 +127,7 @@ void spl_validate_uboot(uint32_t hdr_addr, uintptr_t img_addr)
&img_addr);
if (res == 0)
- printf("SPL: Validation of U-boot successful\n");
+ printf("SPL: Validation of U-Boot successful\n");
}
#ifdef CONFIG_SPL_FRAMEWORK