提交 7b07a20c 编写于 作者: C Chris Packham 提交者: Tom Rini

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 e7939464 ("common: Update
cmd_bdinfo for PPC").
Signed-off-by: NChris Packham <judge.packham@gmail.com>
上级 3a37aee3
...@@ -166,7 +166,7 @@ static inline void __maybe_unused print_std_bdinfo(const bd_t *bd) ...@@ -166,7 +166,7 @@ static inline void __maybe_unused print_std_bdinfo(const bd_t *bd)
#if defined(CONFIG_PPC) #if defined(CONFIG_PPC)
void __weak board_detail(void) 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[]) int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册