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/CPU87.h | |
parent | 384cc687445b34241fcc8b31bbb7aa9fc252dd90 (diff) | |
download | u-boot-imx-8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c.zip u-boot-imx-8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c.tar.gz u-boot-imx-8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c.tar.bz2 |
* 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/CPU87.h')
-rw-r--r-- | include/configs/CPU87.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/CPU87.h b/include/configs/CPU87.h index 6b12258..0e0876f 100644 --- a/include/configs/CPU87.h +++ b/include/configs/CPU87.h @@ -113,8 +113,6 @@ #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ -#undef CONFIG_CLOCKS_IN_MHZ - #define CONFIG_PREBOOT \ "echo; " \ "echo Type \"run flash_nfs\" to mount root filesystem over NFS; " \ |