summaryrefslogtreecommitdiffstats
path: root/include/configs/katmai.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/katmai.h')
-rw-r--r--include/configs/katmai.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h
index 7834e39084..7908e5a474 100644
--- a/include/configs/katmai.h
+++ b/include/configs/katmai.h
@@ -201,6 +201,7 @@
"setenv filesize;saveenv\0" \
"upd=run load;run update\0" \
"kozio=bootm ffc60000\0" \
+ "pciconfighost=1\0" \
""
#define CONFIG_BOOTCOMMAND "run flash_self"
@@ -322,7 +323,7 @@
#define CONFIG_PCI /* include pci support */
#define CONFIG_PCI_PNP 1 /* do pci plug-and-play */
#define CONFIG_PCI_SCAN_SHOW 1 /* show pci devices on startup */
-#undef CONFIG_PCI_CONFIG_HOST_BRIDGE
+#define CONFIG_PCI_CONFIG_HOST_BRIDGE
/* Board-specific PCI */
#define CFG_PCI_TARGET_INIT /* let board init pci target */
OpenPOWER on IntegriCloud