summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorEran Liberty <liberty@freescale.com>2005-07-28 10:08:46 -0500
committerJon Loeliger <jdl@freescale.com>2005-07-28 10:08:46 -0500
commitf046ccd15c8bc9613bfd72916b761a127d36e5c6 (patch)
tree40b48bdc1fff75c661cab5c4806a322a67e9dc44 /config.mk
parent63be111e72371b6edc6d02134dd785abb6be188c (diff)
downloadblackbird-obmc-uboot-f046ccd15c8bc9613bfd72916b761a127d36e5c6.tar.gz
blackbird-obmc-uboot-f046ccd15c8bc9613bfd72916b761a127d36e5c6.zip
* Patch by Eran Liberty
Add support for the Freescale MPC8349ADS board.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 75bbac5c8d..ff83091746 100644
--- a/config.mk
+++ b/config.mk
@@ -161,6 +161,10 @@ BFD_ROOT_DIR = /opt/powerpc
endif
endif
+ifeq ($(PCI_CLOCK),PCI_66M)
+CFLAGS := $(CFLAGS) -DPCI_66M
+endif
+
#########################################################################
export CONFIG_SHELL HPATH HOSTCC HOSTCFLAGS CROSS_COMPILE \
OpenPOWER on IntegriCloud