aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2017-07-21 11:28:04 -0400
committerMartin Roth <martinroth@google.com>2017-07-23 20:20:31 +0000
commitc903b9376e5ed335b0197d1707c965561635d1fa (patch)
tree1292f6bea71e0922e5add77ab82cfebaeb47b6c5 /src/mainboard
parent078e324080901f509493a08c7bf6d28e96119e3f (diff)
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/asus/p2b-ls/devicetree.cb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/p2b-ls/devicetree.cb b/src/mainboard/asus/p2b-ls/devicetree.cb
index 9a785da7b7..c9ff0ffd58 100644
--- a/src/mainboard/asus/p2b-ls/devicetree.cb
+++ b/src/mainboard/asus/p2b-ls/devicetree.cb
@@ -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"