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