]> git.sur5r.net Git - u-boot/blobdiff - include/configs/suzaku.h
Merge git://www.denx.de/git/u-boot
[u-boot] / include / configs / suzaku.h
index 08ac9cbd58ba4f4a3285dea5f02132b4eb63225e..22c529b690bbf86f23837e248ba9cf8dbc84b6f7 100644 (file)
@@ -48,6 +48,7 @@
 #define CFG_MALLOC_LEN         (256 << 10)     /* Reserve 256 kB for malloc */
 #define CFG_MALLOC_BASE                (CFG_MONITOR_BASE - (1024 * 1024))
 
+#define XILINX_UARTLITE
 #define CONFIG_BAUDRATE                115200
 #define CFG_BAUDRATE_TABLE     { 115200 }
 
 #define CFG_GBL_DATA_OFFSET    (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
 #define CFG_INIT_SP_OFFSET     CFG_GBL_DATA_OFFSET
 
+#define XILINX_CLOCK_FREQ      50000000
+
 #endif /* __CONFIG_H */