aboutsummaryrefslogtreecommitdiff
path: root/board/emulation/qemu-ppce500/qemu-ppce500.c
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2023-09-08 09:11:31 +0200
committerMichal Simek <michal.simek@amd.com>2023-09-21 13:20:11 +0200
commite6ff998cb02aad0326a8280498725a8e7bbbb37b (patch)
treeb0e0976b11b2e8b088201dbd1de4380a48e68b99 /board/emulation/qemu-ppce500/qemu-ppce500.c
parenta77c2bd90254df10d196e105593d1ed46bb5bceb (diff)
global: Use proper project name U-Boot (next2)
Use proper project name in README, rst and comment. Done in connection to commit bb922ca3eb4b ("global: Use proper project name U-Boot (next)"). Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alexander Graf <graf@csgraf.de> (ppce500) Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/536af05e7061982f15b668e87f941cdabfa25392.1694157084.git.michal.simek@amd.com
Diffstat (limited to 'board/emulation/qemu-ppce500/qemu-ppce500.c')
-rw-r--r--board/emulation/qemu-ppce500/qemu-ppce500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/emulation/qemu-ppce500/qemu-ppce500.c b/board/emulation/qemu-ppce500/qemu-ppce500.c
index 7ca8773b17..221361691c 100644
--- a/board/emulation/qemu-ppce500/qemu-ppce500.c
+++ b/board/emulation/qemu-ppce500/qemu-ppce500.c
@@ -320,7 +320,7 @@ ulong get_bus_freq(ulong dummy)
int cpu_numcores(void)
{
/*
- * The QEMU u-boot target only needs to drive the first core,
+ * The QEMU U-Boot target only needs to drive the first core,
* spinning and device tree nodes get driven by QEMU itself
*/
return 1;