diff options
author | wdenk <wdenk> | 2005-04-06 13:52:31 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-06 13:52:31 +0000 |
commit | a85f9f21aab7ee586cabe1773a02e9d04caa65fa (patch) | |
tree | b7af0d5289bc6c1bc3b8cb3662071efa5b57024f /include/configs/at91rm9200dk.h | |
parent | 20787e23b8501f11c83599d1a2e38bb1204ac961 (diff) | |
download | u-boot-imx-a85f9f21aab7ee586cabe1773a02e9d04caa65fa.zip u-boot-imx-a85f9f21aab7ee586cabe1773a02e9d04caa65fa.tar.gz u-boot-imx-a85f9f21aab7ee586cabe1773a02e9d04caa65fa.tar.bz2 |
Patch by Steven Scholz, 06 Apr 2005:
- creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
- moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
Diffstat (limited to 'include/configs/at91rm9200dk.h')
-rw-r--r-- | include/configs/at91rm9200dk.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/configs/at91rm9200dk.h b/include/configs/at91rm9200dk.h index 6a246b6..195de60 100644 --- a/include/configs/at91rm9200dk.h +++ b/include/configs/at91rm9200dk.h @@ -32,8 +32,12 @@ #define AT91_SLOW_CLOCK 32768 /* slow clock */ -#define CONFIG_AT91RM9200DK 1 /* on an AT91RM9200DK Board */ -#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ +#define CONFIG_ARM920T 1 /* This is an ARM920T Core */ +#define CONFIG_AT91RM9200 1 /* It's an Atmel AT91RM9200 SoC */ +#define CONFIG_AT91RM9200DK 1 /* on an AT91RM9200DK Board */ +#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ +#define USE_920T_MMU 1 + #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1 |