blob: 455fbc1b73293cffef24af05faeeb362f46c48a8 [file] [log] [blame]
Kumar Gala47d41cc2009-02-05 20:40:57 -06001/*
Francois Retiefe17c5202015-10-28 14:29:32 +02002 * Copyright 2015,
3 * Daniel Hellstrom, Cobham Gaisler, daniel@gaisler.com.
Kumar Gala47d41cc2009-02-05 20:40:57 -06004 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Kumar Gala47d41cc2009-02-05 20:40:57 -06006 */
7
8#ifndef _ASM_CONFIG_H_
9#define _ASM_CONFIG_H_
10
Francois Retiefe17c5202015-10-28 14:29:32 +020011#define CONFIG_SYS_GENERIC_GLOBAL_DATA
Wolfgang Denk2e5167c2010-10-28 20:00:11 +020012#define CONFIG_NEEDS_MANUAL_RELOC
13
Mike Frysingera16028d2009-11-03 11:35:59 -050014#define CONFIG_LMB
John Rigbyfca43cc2010-10-13 13:57:35 -060015#define CONFIG_SYS_BOOT_RAMDISK_HIGH
Mike Frysingera16028d2009-11-03 11:35:59 -050016
Francois Retiefc97088c2015-10-28 15:18:22 +020017#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 Gala47d41cc2009-02-05 20:40:57 -060021#endif