Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 1 | /* |
Francois Retief | e3051d9 | 2015-10-28 14:29:32 +0200 | [diff] [blame] | 2 | * Copyright 2015, |
| 3 | * Daniel Hellstrom, Cobham Gaisler, daniel@gaisler.com. |
Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 4 | * |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef _ASM_CONFIG_H_ |
| 9 | #define _ASM_CONFIG_H_ |
| 10 | |
Francois Retief | e3051d9 | 2015-10-28 14:29:32 +0200 | [diff] [blame] | 11 | #define CONFIG_SYS_GENERIC_GLOBAL_DATA |
Wolfgang Denk | d0813e5 | 2010-10-28 20:00:11 +0200 | [diff] [blame] | 12 | #define CONFIG_NEEDS_MANUAL_RELOC |
| 13 | |
Mike Frysinger | a0dadf8 | 2009-11-03 11:35:59 -0500 | [diff] [blame] | 14 | #define CONFIG_LMB |
John Rigby | eea8e69 | 2010-10-13 13:57:35 -0600 | [diff] [blame] | 15 | #define CONFIG_SYS_BOOT_RAMDISK_HIGH |
Mike Frysinger | a0dadf8 | 2009-11-03 11:35:59 -0500 | [diff] [blame] | 16 | |
Francois Retief | 7d07d68 | 2015-10-28 15:18:22 +0200 | [diff] [blame] | 17 | #define CONFIG_SYS_TIMER_RATE 1000000 /* 1MHz */ |
| 18 | #define CONFIG_SYS_TIMER_COUNTER gd->arch.timer |
| 19 | #define CONFIG_SYS_TIMER_COUNTS_DOWN |
| 20 | |
Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 21 | #endif |