2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2009-02-06 02:40:57 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2009 Freescale Semiconductor, Inc.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _ASM_CONFIG_H_
|
|
|
|
#define _ASM_CONFIG_H_
|
|
|
|
|
2018-08-24 19:52:53 +00:00
|
|
|
#include <asm/processor.h>
|
|
|
|
|
2019-08-31 16:27:58 +00:00
|
|
|
#define CONFIG_LMB
|
|
|
|
|
2018-08-24 19:52:53 +00:00
|
|
|
/* Timer */
|
|
|
|
#define CONFIG_SYS_TIMER_COUNTS_DOWN
|
2019-08-31 15:33:06 +00:00
|
|
|
#define CONFIG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */
|
2018-08-24 19:52:53 +00:00
|
|
|
#define CONFIG_SYS_TIMER_RATE (CONFIG_SYS_CLK_FREQ / 4)
|
|
|
|
|
2009-02-06 02:40:57 +00:00
|
|
|
#endif
|