mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
cros_ec: Show the protocol version in the debug message
When starting up, show the protocol version that has been negotiated with the EC. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
60e2809a84
commit
c4b206dff1
1 changed files with 2 additions and 1 deletions
|
|
@ -986,7 +986,8 @@ int cros_ec_register(struct udevice *dev)
|
|||
}
|
||||
|
||||
/* Remember this device for use by the cros_ec command */
|
||||
debug("Google Chrome EC CROS-EC driver ready, id '%s'\n", id);
|
||||
debug("Google Chrome EC v%d CROS-EC driver ready, id '%s'\n",
|
||||
cdev->protocol_version, id);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue