Add support for mtddevnum and mtddevname variables (mtdparts command)
[oweals/u-boot.git] / config.mk
index 75bbac5c8d1d3d8065a4b9470c552f2ff095fd53..ff83091746887aad0e44a0e03113c75863f68a91 100644 (file)
--- 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 \