mb/foxconn,gigabyte: Drop GNVS lptp and fdcp
Change-Id: Iaa05c1162b2533957091c719ea43ffb8d004c5eb Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49275 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
cee844c957
commit
1bc061ee90
|
@ -6,6 +6,4 @@
|
||||||
void mainboard_fill_gnvs(struct global_nvs *gnvs)
|
void mainboard_fill_gnvs(struct global_nvs *gnvs)
|
||||||
{
|
{
|
||||||
gnvs->pwrs = 1; /* Power state (AC = 1) */
|
gnvs->pwrs = 1; /* Power state (AC = 1) */
|
||||||
gnvs->lptp = 0; /* LPT port */
|
|
||||||
gnvs->fdcp = 0; /* Floppy Disk Controller */
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,5 @@
|
||||||
void mainboard_fill_gnvs(struct global_nvs *gnvs)
|
void mainboard_fill_gnvs(struct global_nvs *gnvs)
|
||||||
{
|
{
|
||||||
gnvs->pwrs = 1; /* Power state (AC = 1) */
|
gnvs->pwrs = 1; /* Power state (AC = 1) */
|
||||||
gnvs->lptp = 0; /* LPT port */
|
|
||||||
gnvs->fdcp = 0; /* Floppy Disk Controller */
|
|
||||||
gnvs->osys = 2002; /* At least WINXP SP2 (HPET fix) */
|
gnvs->osys = 2002; /* At least WINXP SP2 (HPET fix) */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue