diff options
author | wdenk <wdenk> | 2005-04-13 10:02:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-13 10:02:42 +0000 |
commit | 2a8af1873894dae030813c11e77ccee476ac11f8 (patch) | |
tree | ed52fefa46b69e1ec04ce0cc45e66ff07e1fd103 /drivers | |
parent | e694e08a8b0b43e676c48867ca2cc28f4a7f2b84 (diff) | |
download | u-boot-imx-2a8af1873894dae030813c11e77ccee476ac11f8.zip u-boot-imx-2a8af1873894dae030813c11e77ccee476ac11f8.tar.gz u-boot-imx-2a8af1873894dae030813c11e77ccee476ac11f8.tar.bz2 |
* Fixes for TQM8560 board:
- fix clock rates
- remove debug messages
- fix flash sector protection
* Patch by Steven Scholz, 07 Apr 2005:
Fix warning in cpu/arm920t/at91rm9200/i2c.c
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/cfi_flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cfi_flash.c b/drivers/cfi_flash.c index 101eb74..2531e9d 100644 --- a/drivers/cfi_flash.c +++ b/drivers/cfi_flash.c @@ -48,6 +48,7 @@ #include <asm/processor.h> #include <asm/byteorder.h> #include <linux/byteorder/swab.h> +#include <environment.h> #ifdef CFG_FLASH_CFI_DRIVER /* |