Merge git://www.denx.de/git/u-boot
[platform/kernel/u-boot.git] / include / configs / suzaku.h
index 08ac9cb..22c529b 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 */