broadwell: fix typo in pei_data
This was copied and pasted more than it should have been... BUG=chrome-os-partner:28234 BRANCH=samus,auron TEST=build and boot on samus Change-Id: I2af9a30f3df733af147e8759f78a9802d2296c0f Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/230753 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
145a6a5409
commit
bff4570dff
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ struct pei_data
|
|||
/* Valid range: 0x69 - 0x80 */
|
||||
uint8_t usb3_txout_volt_dn_amp_adj[MAX_USB3_PORTS];
|
||||
/* Valid range: 0x80 - 0x9c */
|
||||
uint8_t usb3_txout_imp_sc_bolt_amp_adj[MAX_USB3_PORTS];
|
||||
uint8_t usb3_txout_imp_sc_volt_amp_adj[MAX_USB3_PORTS];
|
||||
/* Valid range: 0x39 - 0x80 */
|
||||
uint8_t usb3_txout_de_emp_adj[MAX_USB3_PORTS];
|
||||
/* Valid range: 0x3d - 0x4a */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue