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 /board/synopsys | |
parent | c1daa4077365747d4f85ed8c93ba4d318d96a4af (diff) | |
parent | 3daa7c7b831ddeed0e490a899710a58691ee20c3 (diff) | |
download | u-boot-5cf618ee60a752d058a767372ca1ecb8d9c09b16.tar.gz |
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 'board/synopsys')
-rw-r--r-- | board/synopsys/axs10x/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/synopsys/axs10x/Kconfig b/board/synopsys/axs10x/Kconfig index c60b6a2047..dd1305adc7 100644 --- a/board/synopsys/axs10x/Kconfig +++ b/board/synopsys/axs10x/Kconfig @@ -1,4 +1,4 @@ -if TARGET_AXS10X +if TARGET_AXS101 || TARGET_AXS103 config SYS_BOARD default "axs10x" |