mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
cmd_log: print log->v2.con value in the "log info" command
print in the "log info" command, if "log_version = 2" also the value from "log->v2.con". Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Detlev Zundel <dzu@denx.de>
This commit is contained in:
parent
1e8e7ae599
commit
c0b77e097f
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ int do_log(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|||
printf("log_start = %08lx\n",
|
||||
log->v2.start);
|
||||
printf("log_end = %08lx\n", log->v2.end);
|
||||
printf("log_con = %08lx\n", log->v2.con);
|
||||
printf("logged_chars = %08lx\n",
|
||||
log->v2.chars);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue