From: Chris Packham Date: Mon, 7 Aug 2017 04:04:14 +0000 (+1200) Subject: cmd/bdinfo: correct comment in board_detail X-Git-Tag: v2025.01-rc5-pxa1908~6049 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=7b07a20c5e668b67348dc7a3abbeb437ab0afa52;p=u-boot.git 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 --- diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c index 81ac78da94..96d7b72df2 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[])