diff options
author | wdenk <wdenk> | 2005-04-03 23:11:38 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-03 23:11:38 +0000 |
commit | 8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c (patch) | |
tree | c70489e8bea07c692eae7ee5a7cf7d7b6eaf09f5 /include/configs/PM854.h | |
parent | 384cc687445b34241fcc8b31bbb7aa9fc252dd90 (diff) | |
download | u-boot-midas-8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c.tar.gz u-boot-midas-8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c.tar.bz2 u-boot-midas-8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c.zip |
* Patch by Yuli Barcohen, 08 Nov 2004:
Add support for Analogue & Micro Rattler boards.
Tested on Rattler8248.
* Patch by Andre Renaud, 08 Nov 2004:
Fix watchdog support in common/lcd.c
* Patch by Marc Leeman, 05 Nov 2003:
Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU
bug only affects the XPC8245 processors
Diffstat (limited to 'include/configs/PM854.h')
-rw-r--r-- | include/configs/PM854.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/configs/PM854.h b/include/configs/PM854.h index bf7eb8e97a..69e1bafcfd 100644 --- a/include/configs/PM854.h +++ b/include/configs/PM854.h @@ -144,19 +144,14 @@ #undef CFG_RAMBOOT #endif - -#undef CONFIG_CLOCKS_IN_MHZ - - /* * Local Bus Definitions */ - #define CFG_LBC_LCRR 0x00030004 /* LB clock ratio reg */ #define CFG_LBC_LBCR 0x00000000 /* LB config reg */ #define CFG_LBC_LSRT 0x20000000 /* LB sdram refresh timer */ #define CFG_LBC_MRTPR 0x20000000 /* LB refresh timer prescal*/ - + #define CONFIG_L1_INIT_RAM #define CFG_INIT_RAM_LOCK 1 |