From 268d25f3109f77ef0c61a05078b4762f804e0ba2 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Mon, 12 Jun 2023 14:12:13 +0800 Subject: doc: event: Correct EVT_DM_POST_INIT_F description EVT_DM_POST_INIT_F only works in U-Boot proper, not SPL. Signed-off-by: Bin Meng Reviewed-by: Simon Glass Polish the wording a bit Reviewed-by: Heinrich Schuchardt --- doc/develop/event.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/develop') diff --git a/doc/develop/event.rst b/doc/develop/event.rst index 1c1c9ef7f1b..cb09e9c85a9 100644 --- a/doc/develop/event.rst +++ b/doc/develop/event.rst @@ -28,8 +28,8 @@ To declare a spy, use something like this:: } EVENT_SPY(EVT_DM_POST_INIT_F, snow_setup_cpus); -Your function is called when EVT_DM_POST_INIT_F is emitted, i.e. after driver -model is inited (in SPL, or in U-Boot proper before and after relocation). +This function is called when EVT_DM_POST_INIT_F is emitted, i.e. after the +driver model is initialized (in U-Boot proper before and after relocation). Debugging -- cgit v1.2.3