diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-06-30 17:15:40 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-07-01 23:01:51 -0500 |
commit | 017f11f68ef543e866be033bcb7b8058a8a380d8 (patch) | |
tree | f8a0fd3db0b2436db79df427267149f0d4e5b416 /include/configs/PM854.h | |
parent | 29c35182462feea09f322e51913759a53359a3e0 (diff) | |
download | u-boot-imx-017f11f68ef543e866be033bcb7b8058a8a380d8.zip u-boot-imx-017f11f68ef543e866be033bcb7b8058a8a380d8.tar.gz u-boot-imx-017f11f68ef543e866be033bcb7b8058a8a380d8.tar.bz2 |
8xxx: Break out DMA code to a common file
DMA support is now enabled via the CONFIG_FSL_DMA define instead of the
previous CONFIG_DDR_ECC
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/PM854.h')
-rw-r--r-- | include/configs/PM854.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/PM854.h b/include/configs/PM854.h index 3f943aa..4b9bcca 100644 --- a/include/configs/PM854.h +++ b/include/configs/PM854.h @@ -96,6 +96,7 @@ #undef CONFIG_DDR_SPD #define CONFIG_DDR_DLL /* possible DLL fix needed */ #define CONFIG_DDR_ECC /* only for ECC DDR module */ +#define CONFIG_FSL_DMA /* use DMA to init DDR ECC */ #define CONFIG_MEM_INIT_VALUE 0xDeadBeef |