diff options
author | wdenk <wdenk> | 2004-03-15 09:00:01 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-15 09:00:01 +0000 |
commit | d9df1f4e662441c487f96a4e1f91caa9297afdd9 (patch) | |
tree | 7408e1e41bdc282ace7e881cd5450fb1ef14ef7d /include/asm-arm | |
parent | 42dfe7a1844cbad7114038aaf03828acb7a84414 (diff) | |
download | u-boot-imx-d9df1f4e662441c487f96a4e1f91caa9297afdd9.zip u-boot-imx-d9df1f4e662441c487f96a4e1f91caa9297afdd9.tar.gz u-boot-imx-d9df1f4e662441c487f96a4e1f91caa9297afdd9.tar.bz2 |
* Patch by Steven Scholz, 27 Feb 2004:
- Adding get_ticks() and get_tbclk() for AT91RM9200
- Many white space fixes in cpu/at91rm9200/interrupts.c
* Patches by Steven Scholz, 20 Feb 2004:
some cleanup in AT91RM9200 related code
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-at91rm9200/hardware.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-arm/arch-at91rm9200/hardware.h b/include/asm-arm/arch-at91rm9200/hardware.h index 2bad8a9..19d799d 100644 --- a/include/asm-arm/arch-at91rm9200/hardware.h +++ b/include/asm-arm/arch-at91rm9200/hardware.h @@ -28,11 +28,6 @@ #include "AT91RM9200_inc.h" #endif -/* AT91RM92000 clocks */ -#define AT91_MAIN_CLOCK 179712000 /* from 18.432 MHz crystal (18432000 / 4 * 39) */ -#define AT91_MASTER_CLOCK 59904000 /* peripheral clock (AT91C_MASTER_CLOCK / 3) */ -#define AT91_SLOW_CLOCK 32768 /* slow clock */ - /* Virtual and Physical base address for system peripherals */ #define AT91_SYS_BASE 0xFFFFF000 /*4K */ |