2009-02-06 02:40:57 +00:00
|
|
|
/*
|
2015-10-28 12:29:32 +00:00
|
|
|
* Copyright 2015,
|
|
|
|
* Daniel Hellstrom, Cobham Gaisler, daniel@gaisler.com.
|
2009-02-06 02:40:57 +00:00
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2009-02-06 02:40:57 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _ASM_CONFIG_H_
|
|
|
|
#define _ASM_CONFIG_H_
|
|
|
|
|
2015-10-28 12:29:32 +00:00
|
|
|
#define CONFIG_SYS_GENERIC_GLOBAL_DATA
|
2010-10-28 18:00:11 +00:00
|
|
|
#define CONFIG_NEEDS_MANUAL_RELOC
|
|
|
|
|
2009-11-03 16:35:59 +00:00
|
|
|
#define CONFIG_LMB
|
2010-10-13 19:57:35 +00:00
|
|
|
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
2009-11-03 16:35:59 +00:00
|
|
|
|
2015-10-28 13:18:22 +00:00
|
|
|
#define CONFIG_SYS_TIMER_RATE 1000000 /* 1MHz */
|
|
|
|
#define CONFIG_SYS_TIMER_COUNTER gd->arch.timer
|
|
|
|
#define CONFIG_SYS_TIMER_COUNTS_DOWN
|
|
|
|
|
2009-02-06 02:40:57 +00:00
|
|
|
#endif
|