aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb700/ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/sb700/ide.c')
-rw-r--r--src/southbridge/amd/sb700/ide.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/amd/sb700/ide.c b/src/southbridge/amd/sb700/ide.c
index 4652ca2539..5f415fb9f2 100644
--- a/src/southbridge/amd/sb700/ide.c
+++ b/src/southbridge/amd/sb700/ide.c
@@ -51,8 +51,8 @@ static void ide_init(struct device *dev)
/* set ide as primary, if you want to boot from IDE, you'd better set it
* in $vendor/$mainboard/devicetree.cb */
-
-
+
+
if (conf->boot_switch_sata_ide == 1) {
struct device *sm_dev = dev_find_slot(0, PCI_DEVFN(0x14, 0));
byte = pci_read_config8(sm_dev, 0xAD);