u-boot-brain/arch/arm
Andrew Ruder 816264fc66 arm: mx35: use common timer functions
This patch moves mx35 to the common timer functions added in commit

  8dfafdd - Introduce common timer functions <Rob Herring>

The (removed) mx35 timer code (specifically __udelay()) could deadlock at
the 32-bit boundary of get_ticks().  get_ticks() returned a 32-bit value
cast up to a 64-bit value.  If get_ticks() + tmo in __udelay() crossed
the 32-bit boundary, the while condition became unconditionally true and
locks the processor.  Rather than patch the specific mx35 issues, simply
move everything over to the common code.

Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
2014-09-16 12:53:09 +02:00
..
cpu arm: mx35: use common timer functions 2014-09-16 12:53:09 +02:00
dts mx6qsabreauto: Remove imx6q-sabreauto.dts 2014-09-09 17:11:01 +02:00
imx-common ARM: mx6: Prevent overflow in DRAM size detection 2014-08-20 12:21:57 +02:00
include/asm arm: mx35: use common timer functions 2014-09-16 12:53:09 +02:00
lib arm:reset: call the reset_misc() before the cpu reset 2014-09-05 13:58:49 +09:00
config.mk kconfig: delete redundant CONFIG_${ARCH} definition 2014-07-30 14:42:02 -04:00
Kconfig arm: mx6: add support for Compulab cm-fx6 CoM 2014-09-09 15:35:43 +02:00