]> git.sur5r.net Git - u-boot/blobdiff - include/configs/at91rm9200dk.h
ColdFire: Update FlexBus CS for MCF532x
[u-boot] / include / configs / at91rm9200dk.h
index db57dc11f12e5f89e5b3133905e52f75d0d1dd71..a65c5f3422fe443e71ebc79edd844b2bacb33897 100644 (file)
 /* #define CONFIG_ENV_OVERWRITE        1 */
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
  * Command line configuration.
  */
 #define CONFIG_NET_RETRY_COUNT         20
 #define CONFIG_AT91C_USE_RMII
 
+/* AC Characteristics */
+/* DLYBS = tCSS = 250ns min and DLYBCT = tCSH = 250ns */
+#define DATAFLASH_TCSS (0xC << 16)
+#define DATAFLASH_TCHS (0x1 << 24)
+
 #define CONFIG_HAS_DATAFLASH           1
 #define CFG_SPI_WRITE_TOUT             (5*CFG_HZ)
 #define CFG_MAX_DATAFLASH_BANKS        2