mainboard/amd/rumba: Use tabs for indents
Change-Id: I005e607faa2a6c527584ba9cdcad92f4517a15e6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16778 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
39aa6309ba
commit
eeabb75e8c
@ -4,17 +4,17 @@ chip northbridge/amd/gx2
|
|||||||
device lapic 0 on end
|
device lapic 0 on end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
device pci 1.0 on end
|
device pci 1.0 on end
|
||||||
device pci 1.1 on end
|
device pci 1.1 on end
|
||||||
chip southbridge/amd/cs5536
|
chip southbridge/amd/cs5536
|
||||||
register "lpc_serirq_enable" = "0x80" # enabled with default timing
|
register "lpc_serirq_enable" = "0x80" # enabled with default timing
|
||||||
device pci d.0 on end # Realtek 8139 LAN
|
device pci d.0 on end # Realtek 8139 LAN
|
||||||
device pci f.0 on end # ISA Bridge
|
device pci f.0 on end # ISA Bridge
|
||||||
device pci f.2 on end # IDE Controller
|
device pci f.2 on end # IDE Controller
|
||||||
device pci f.3 on end # Audio
|
device pci f.3 on end # Audio
|
||||||
device pci f.4 on end # OHCI
|
device pci f.4 on end # OHCI
|
||||||
device pci f.5 on end # EHCI
|
device pci f.5 on end # EHCI
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -42,9 +42,9 @@ static void init(struct device *dev)
|
|||||||
|
|
||||||
static void mainboard_enable(struct device *dev)
|
static void mainboard_enable(struct device *dev)
|
||||||
{
|
{
|
||||||
dev->ops->init = init;
|
dev->ops->init = init;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
struct chip_operations mainboard_ops = {
|
||||||
.enable_dev = mainboard_enable,
|
.enable_dev = mainboard_enable,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user