diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-18 12:21:16 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-18 12:21:16 +0200 |
commit | dbc5819098a74cb290e40652284f59f333df389e (patch) | |
tree | a810378b287a746a77a3cbb3dd5d74716c8a8344 /include/configs/cmc_pu2.h | |
parent | e8aa824eb29e273b5ffe532e301907997e0da83d (diff) | |
download | u-boot-dbc5819098a74cb290e40652284f59f333df389e.tar.gz |
Remove CONFIG_AT91RM9200DK in CMC-PU2 configuration
Patch by Martin Krause, 19 Apr 2005
Diffstat (limited to 'include/configs/cmc_pu2.h')
-rw-r--r-- | include/configs/cmc_pu2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cmc_pu2.h b/include/configs/cmc_pu2.h index 12d0cca265..3554355426 100644 --- a/include/configs/cmc_pu2.h +++ b/include/configs/cmc_pu2.h @@ -33,7 +33,6 @@ #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 */ #define CONFIG_CMC_PU2 1 /* on an CMC_PU2 Board */ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ #define USE_920T_MMU 1 |