summaryrefslogtreecommitdiffstats
path: root/include/configs/suzaku.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/suzaku.h')
-rw-r--r--include/configs/suzaku.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/suzaku.h b/include/configs/suzaku.h
index 08ac9cbd58..22c529b690 100644
--- a/include/configs/suzaku.h
+++ b/include/configs/suzaku.h
@@ -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 }
@@ -108,4 +109,6 @@
#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 */
OpenPOWER on IntegriCloud