diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2014-07-23 11:00:44 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-07-24 12:42:53 +0200 |
commit | 0d9730216f3c83b1149e94143d101e559c93ecab (patch) | |
tree | c2c579179ee7d183915959284dcf35a2a50ae6a5 /src/mainboard/lippert/frontrunner | |
parent | d36905cdd586b782db6bf3d76e8622794b4a0bb9 (diff) |
mainboard/lippert's devicetree.cb: Remove trailing whitespace
Change-Id: I995b7946b56ed759dc2abac34797fa4747ea9f34
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: http://review.coreboot.org/6353
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/lippert/frontrunner')
-rw-r--r-- | src/mainboard/lippert/frontrunner/devicetree.cb | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/mainboard/lippert/frontrunner/devicetree.cb b/src/mainboard/lippert/frontrunner/devicetree.cb index a35c91c2ec..78d099a4a2 100644 --- a/src/mainboard/lippert/frontrunner/devicetree.cb +++ b/src/mainboard/lippert/frontrunner/devicetree.cb @@ -1,21 +1,21 @@ chip northbridge/amd/gx2 - device cpu_cluster 0 on - chip cpu/amd/geode_gx2 - device lapic 0 on end - end - end + device cpu_cluster 0 on + chip cpu/amd/geode_gx2 + device lapic 0 on end + end + end - device domain 0 on - device pci 0.0 on end - chip southbridge/amd/cs5535 - register "setupflash" = "0" - device pci 12.0 on - device pci 12.1 off end # SMI - device pci 12.2 on end # IDE - device pci 12.3 off end # Audio - device pci 12.4 off end # VGA - end - end - end + device domain 0 on + device pci 0.0 on end + chip southbridge/amd/cs5535 + register "setupflash" = "0" + device pci 12.0 on + device pci 12.1 off end # SMI + device pci 12.2 on end # IDE + device pci 12.3 off end # Audio + device pci 12.4 off end # VGA + end + end + end end |