diff options
author | Tom Rini <trini@konsulko.com> | 2017-03-24 08:19:30 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-24 08:19:30 -0400 |
commit | 5cf618ee60a752d058a767372ca1ecb8d9c09b16 (patch) | |
tree | 417a20db2bc9bb97bcc54b5d96dc7b1ccd192d6a /include/configs/axs10x.h | |
parent | c1daa4077365747d4f85ed8c93ba4d318d96a4af (diff) | |
parent | 3daa7c7b831ddeed0e490a899710a58691ee20c3 (diff) |
Merge git://git.denx.de/u-boot-arc
This replaces legacy arch/arc/lib/timer.c implementation and allows us
to describe ARC Timers in Device Tree. Among other things that way we
may properly inherit Timer's clock from CPU's clock s they really run
synchronously.
Diffstat (limited to 'include/configs/axs10x.h')
-rw-r--r-- | include/configs/axs10x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index d60db65fd2..768e8fbfa4 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -11,8 +11,6 @@ /* * CPU configuration */ -#define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ - #define ARC_FPGA_PERIPHERAL_BASE 0xE0000000 #define ARC_APB_PERIPHERAL_BASE 0xF0000000 #define ARC_DWMMC_BASE (ARC_FPGA_PERIPHERAL_BASE + 0x15000) |