git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1041ce4
)
arm: Fix swtiching typo
author
Simon Glass
<sjg@chromium.org>
Mon, 18 Aug 2025 06:47:15 +0000
(08:47 +0200)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Sat, 30 Aug 2025 18:45:33 +0000
(20:45 +0200)
This should say 'switching', so fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
arch/arm/lib/bootm.c
patch
|
blob
|
history
diff --git
a/arch/arm/lib/bootm.c
b/arch/arm/lib/bootm.c
index
7eb764e
..
ca4cec6
100644
(file)
--- a/
arch/arm/lib/bootm.c
+++ b/
arch/arm/lib/bootm.c
@@
-183,7
+183,7
@@
__weak void setup_board_tags(struct tag **in_params) {}
static void do_nonsec_virt_switch(void)
{
smp_kick_all_cpus();
- dcache_disable(); /* flush cache before sw
ti
ching to EL2 */
+ dcache_disable(); /* flush cache before sw
it
ching to EL2 */
}
#endif