summaryrefslogtreecommitdiffstats
path: root/include/configs/sbc8349.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2009-09-21 17:44:51 -0400
committerKim Phillips <kim.phillips@freescale.com>2009-09-25 18:27:54 -0500
commit00ec0ff549b8cb6fb6d40e275aeb5a460642a3bd (patch)
treebc7e007fc7efee4260a40a84c4ca0154e9fabc30 /include/configs/sbc8349.h
parentda6eea0f48c24a318e6de69d6bca0bb5ab70572b (diff)
downloadtalos-obmc-uboot-00ec0ff549b8cb6fb6d40e275aeb5a460642a3bd.tar.gz
talos-obmc-uboot-00ec0ff549b8cb6fb6d40e275aeb5a460642a3bd.zip
sbc8349: tidy up Makefile to use new configuration script.
Commit 804d83a5 allows us to move all the configuration variation tweaks out of the top level Makefile and down into the board config header. This takes advantage of that for the sbc8349 board. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/sbc8349.h')
-rw-r--r--include/configs/sbc8349.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h
index e961bb3929..6f574ca6bf 100644
--- a/include/configs/sbc8349.h
+++ b/include/configs/sbc8349.h
@@ -32,6 +32,21 @@
#define __CONFIG_H
/*
+ * Top level Makefile configuration choices
+ */
+#ifdef CONFIG_MK_PCI
+#define CONFIG_PCI
+#endif
+
+#ifdef CONFIG_MK_66
+#define PCI_66M
+#endif
+
+#ifdef CONFIG_MK_33
+#define PCI_33M
+#endif
+
+/*
* High Level Configuration Options
*/
#define CONFIG_E300 1 /* E300 Family */
OpenPOWER on IntegriCloud