Re: [PATCH] expo: Fix documentation reference

2023-09-09 Thread Simon Glass
On Sat, 9 Sept 2023 at 04:32, Massimo Pegorer wrote: > > Fix typo: doc/develop/expo.rst instead of doc/developer/expo.rst > > Signed-off-by: Massimo Pegorer > --- > boot/expo_build.c | 6 +++--- > include/expo.h| 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Simon

[PATCH] expo: Fix documentation reference

2023-09-09 Thread Massimo Pegorer
Fix typo: doc/develop/expo.rst instead of doc/developer/expo.rst Signed-off-by: Massimo Pegorer --- boot/expo_build.c | 6 +++--- include/expo.h| 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boot/expo_build.c b/boot/expo_build.c index 22f62eb54b..702bf49890 100644 ---