* Patch by Jim Sandoz, 07 Nov 2002:
  Increase number of network RX buffers (PKTBUFSRX in
  "include/net.h") for EEPRO100 based boards (especially SP8240)
  which showed "Receiver is not ready" errors when U-Boot was
  processing the receive buffers slower than the network controller
  was filling them.

* Get rid of obsolete include/mpc74xx.h
diff --git a/include/configs/hymod.h b/include/configs/hymod.h
index eeae055..af3ba68 100644
--- a/include/configs/hymod.h
+++ b/include/configs/hymod.h
@@ -149,6 +149,7 @@
 					CFG_CMD_PCI	| \
 					CFG_CMD_USB	| \
 					CFG_CMD_SCSI	| \
+					CFG_CMD_SPI	| \
 					CFG_CMD_VFD	| \
 					CFG_CMD_DTT	) )