diff options
author | John Crispin <john@openwrt.org> | 2009-12-08 14:37:12 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-12-08 14:37:12 +0000 |
commit | d2dbb4238708571e3eefb657cfc60fda2351583f (patch) | |
tree | 7ab628edc0315d0c573fb691168172ae4a516569 /package/uboot-ifxmips/files/include/configs/danube.h | |
parent | ddc2e2270b1cd5596f8c83710625685f96d93867 (diff) | |
download | upstream-d2dbb4238708571e3eefb657cfc60fda2351583f.tar.gz upstream-d2dbb4238708571e3eefb657cfc60fda2351583f.tar.bz2 upstream-d2dbb4238708571e3eefb657cfc60fda2351583f.zip |
make uboot work on arcaydian board
SVN-Revision: 18700
Diffstat (limited to 'package/uboot-ifxmips/files/include/configs/danube.h')
-rw-r--r-- | package/uboot-ifxmips/files/include/configs/danube.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uboot-ifxmips/files/include/configs/danube.h b/package/uboot-ifxmips/files/include/configs/danube.h index ed95f3361d..cd2d247fe1 100644 --- a/package/uboot-ifxmips/files/include/configs/danube.h +++ b/package/uboot-ifxmips/files/include/configs/danube.h @@ -36,10 +36,10 @@ #ifdef DANUBE_USE_DDR_RAM //#define DANUBE_DDR_RAM_111M -#define DANUBE_DDR_RAM_166M +//#define DANUBE_DDR_RAM_166M //#define PROMOSDDR400 //#define DDR_SAMSUNG_166M -//#define DDR_PSC_166M +#define DDR_PSC_166M //#define DANUBE_DDR_RAM_133M #define DANUBE_DDR_RAM_SIZE 32 /* 32M DDR-DRAM for reference board */ #endif |