asus/p2b-ls: Drop onboard LAN from devicetree.cb
I am able to complete a board-status run over onboard ethernet (ie. it works) without this entry, so it's not necessary. Change-Id: Iabdf1a1ff3c904bea1b7b5eaefb1d23831dd2cb9 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/20683 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
078e324080
commit
c903b9376e
|
@ -45,7 +45,6 @@ chip northbridge/intel/i440bx # Northbridge
|
|||
device pci 4.2 on end # USB
|
||||
device pci 4.3 on end # ACPI
|
||||
device pci 6.0 on end # Onboard SCSI
|
||||
device pci 7.0 on end # Onboard LAN
|
||||
register "ide0_enable" = "1"
|
||||
register "ide1_enable" = "1"
|
||||
register "ide_legacy_enable" = "1"
|
||||
|
|
Loading…
Reference in New Issue