diff options
author | Tom Rini <trini@konsulko.com> | 2015-05-26 10:37:29 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-26 10:37:29 -0400 |
commit | d43e15421014c17b90c3e288e3eff18ad8aaf346 (patch) | |
tree | 2229d85ccf4fb2cbff7a9c9143017d13755416a6 /include | |
parent | 980267a1445b7b4d8e8d05ef57799d92ba4a2ee3 (diff) | |
parent | 95b237ecbced8ca120c37cc284c4b2feeec8ed57 (diff) | |
download | u-boot-imx-d43e15421014c17b90c3e288e3eff18ad8aaf346.zip u-boot-imx-d43e15421014c17b90c3e288e3eff18ad8aaf346.tar.gz u-boot-imx-d43e15421014c17b90c3e288e3eff18ad8aaf346.tar.bz2 |
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/zynq-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 926b381..be77e50 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -25,6 +25,11 @@ # define CONFIG_SYS_PL310_BASE 0xf8f02000 #endif +#define ZYNQ_SCUTIMER_BASEADDR 0xF8F00600 +#define CONFIG_SYS_TIMERBASE ZYNQ_SCUTIMER_BASEADDR +#define CONFIG_SYS_TIMER_COUNTS_DOWN +#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4) + /* Serial drivers */ #define CONFIG_BAUDRATE 115200 /* The following table includes the supported baudrates */ |