[U-Boot] [PATCH] cmd/bdinfo: correct comment in board_detail

This appears to be a simple typo that dates back to the original implementation of board_detail in commit e79394643b26 ("common: Update cmd_bdinfo for PPC").
Signed-off-by: Chris Packham judge.packham@gmail.com ---
cmd/bdinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c index 81ac78da940c..96d7b72df233 100644 --- a/cmd/bdinfo.c +++ b/cmd/bdinfo.c @@ -166,7 +166,7 @@ static inline void __maybe_unused print_std_bdinfo(const bd_t *bd) #if defined(CONFIG_PPC) void __weak board_detail(void) { - /* Please define boot_detail() for your platform */ + /* Please define board_detail() for your platform */ }
int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])

On 6 August 2017 at 22:04, Chris Packham judge.packham@gmail.com wrote:
This appears to be a simple typo that dates back to the original implementation of board_detail in commit e79394643b26 ("common: Update cmd_bdinfo for PPC").
Signed-off-by: Chris Packham judge.packham@gmail.com
cmd/bdinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Mon, Aug 07, 2017 at 04:04:14PM +1200, Chris Packham wrote:
This appears to be a simple typo that dates back to the original implementation of board_detail in commit e79394643b26 ("common: Update cmd_bdinfo for PPC").
Signed-off-by: Chris Packham judge.packham@gmail.com
Applied to u-boot/master, thanks!
participants (3)
-
Chris Packham
-
Simon Glass
-
Tom Rini