mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Fix a build-error for the ADL MSM800SEV.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://coreboot.org/repository/coreboot-v3@695 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
a4b90bacf4
commit
72d1721ea1
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
||||||
pci@1,1 {
|
pci@1,1 {
|
||||||
/config/("southbridge/amd/cs5536/dts");
|
/config/("southbridge/amd/cs5536/dts");
|
||||||
};
|
};
|
||||||
|
pci@15,2 {
|
||||||
|
/config/("southbridge/amd/cs5536/ide");
|
||||||
|
enable_ide = "1";
|
||||||
|
};
|
||||||
ioport@46 {
|
ioport@46 {
|
||||||
/config/("superio/winbond/w83627hf/dts");
|
/config/("superio/winbond/w83627hf/dts");
|
||||||
com1enable = "1";
|
com1enable = "1";
|
||||||
|
|
Loading…
Add table
Reference in a new issue