All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] x86: Fix saying arch_cpu_init_dm in debug/docs
@ 2023-01-14 20:49 Tom Rini
  2023-01-14 20:49 ` [PATCH 2/2] event: Correct dependencies on the EVENT framework Tom Rini
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Tom Rini @ 2023-01-14 20:49 UTC (permalink / raw)
  To: u-boot; +Cc: Simon Glass

The function arch_cpu_init_dm was renamed to fsp_setup_pinctrl in these
cases, so rename debug / docs to match.

Cc: Simon Glass <sjg@chromium.org>
Fixes: 7fe32b3442f0 ("event: Convert arch_cpu_init_dm() to use events")
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 arch/x86/lib/spl.c                    | 2 +-
 doc/board/google/chromebook_coral.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/lib/spl.c b/arch/x86/lib/spl.c
index 34ef68f2bb7d..bdf57ef7b5bd 100644
--- a/arch/x86/lib/spl.c
+++ b/arch/x86/lib/spl.c
@@ -92,7 +92,7 @@ static int x86_spl_init(void)
 #ifndef CONFIG_TPL
 	ret = fsp_setup_pinctrl(NULL, NULL);
 	if (ret) {
-		debug("%s: arch_cpu_init_dm() failed\n", __func__);
+		debug("%s: fsp_setup_pinctrl() failed\n", __func__);
 		return ret;
 	}
 #endif
diff --git a/doc/board/google/chromebook_coral.rst b/doc/board/google/chromebook_coral.rst
index 8edbf0429cd0..23e2db455641 100644
--- a/doc/board/google/chromebook_coral.rst
+++ b/doc/board/google/chromebook_coral.rst
@@ -259,7 +259,7 @@ Boot flow - U-Boot pre-relocation
 
 U-Boot (running from start_from_spl.S) starts running in RAM and uses the same
 stack as SPL. It does various init activities before relocation. Notably
-arch_cpu_init_dm() sets up the pin muxing for the chip using a very large table
+fsp_setup_pinctrl() sets up the pin muxing for the chip using a very large table
 in the device tree.
 
 PCI auto-config is not used before relocation, but CONFIG_PCI of course is
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-01-21  0:25 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-14 20:49 [PATCH 1/2] x86: Fix saying arch_cpu_init_dm in debug/docs Tom Rini
2023-01-14 20:49 ` [PATCH 2/2] event: Correct dependencies on the EVENT framework Tom Rini
2023-01-15  1:31   ` Simon Glass
2023-01-15 13:45     ` Tom Rini
2023-01-15 21:52       ` Simon Glass
2023-01-15 22:04         ` Tom Rini
2023-01-21  0:24           ` Simon Glass
2023-01-15 12:29   ` Fabio Estevam
2023-01-16  3:10   ` AKASHI Takahiro
2023-01-16  3:15     ` Tom Rini
2023-01-16  4:17       ` AKASHI Takahiro
2023-01-16  6:32         ` AKASHI Takahiro
2023-01-16 14:19           ` Tom Rini
2023-01-15  1:31 ` [PATCH 1/2] x86: Fix saying arch_cpu_init_dm in debug/docs Simon Glass
2023-01-16 20:46 ` [v3 2/2] event: Correct dependencies on the EVENT framework Tom Rini
2023-01-16 21:01   ` Heinrich Schuchardt
2023-01-16 21:04     ` Tom Rini
2023-01-20 22:11       ` Simon Glass
2023-01-19 14:46   ` Tom Rini
2023-01-19 14:46 ` [PATCH 1/2] x86: Fix saying arch_cpu_init_dm in debug/docs Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.