northbridge/intel/sandybridge/pei_data.h: Fix typo in hig*h*est in comment
Change-Id: I0daf5d1d446de1f09b695f177b0491301613e278 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/5667 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
303525b446
commit
69634c316e
|
@ -98,7 +98,7 @@ struct pei_data
|
||||||
* DESKTOP:
|
* DESKTOP:
|
||||||
* < 0x080 = Setting 1 (front/back panel, <8in, lowest tx amplitude)
|
* < 0x080 = Setting 1 (front/back panel, <8in, lowest tx amplitude)
|
||||||
* < 0x130 = Setting 2 (back panel, 8-13in, higher tx amplitude)
|
* < 0x130 = Setting 2 (back panel, 8-13in, higher tx amplitude)
|
||||||
* < 0x150 = Setting 3 (back panel, 13-15in, higest tx amplitude)
|
* < 0x150 = Setting 3 (back panel, 13-15in, highest tx amplitude)
|
||||||
*/
|
*/
|
||||||
uint16_t usb_port_config[16][3];
|
uint16_t usb_port_config[16][3];
|
||||||
/* See the usb3 struct above for details */
|
/* See the usb3 struct above for details */
|
||||||
|
|
Loading…
Reference in New Issue