summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2009-09-20 20:36:06 -0400
committerKumar Gala <galak@kernel.crashing.org>2009-09-24 12:05:00 -0500
commit2738bc8df65ec905094d83f62f87fed123a03b9c (patch)
treebb82bb6899f90b61c3a398793ec0696a11eec3a1 /MAKEALL
parentfdc7eb90b504daa020f290604d50da8f7cb70d8a (diff)
downloadblackbird-obmc-uboot-2738bc8df65ec905094d83f62f87fed123a03b9c.tar.gz
blackbird-obmc-uboot-2738bc8df65ec905094d83f62f87fed123a03b9c.zip
sbc8548: allow enabling PCI via a make config option
Prior to this commit, to enable PCI, you had to go manually edit the board config header, and if you had 33MHz PCI, you had to manually change CONFIG_SYS_NS16550_CLK too, which was not real user friendly, This adds the typical PCI and clock speed make targets to the toplevel Makefile in accordance with what is being done with other boards (i.e. using the "-t" to mkconfig). Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/MAKEALL b/MAKEALL
index 1d50c34303..b394adbef7 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -399,6 +399,10 @@ LIST_85xx=" \
PM856 \
sbc8540 \
sbc8548 \
+ sbc8548_PCI_33 \
+ sbc8548_PCI_66 \
+ sbc8548_PCI_33_PCIE \
+ sbc8548_PCI_66_PCIE \
sbc8560 \
socrates \
stxgp3 \
OpenPOWER on IntegriCloud