summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-13 10:02:42 +0000
committerwdenk <wdenk>2005-04-13 10:02:42 +0000
commit2a8af1873894dae030813c11e77ccee476ac11f8 (patch)
treeed52fefa46b69e1ec04ce0cc45e66ff07e1fd103 /drivers
parente694e08a8b0b43e676c48867ca2cc28f4a7f2b84 (diff)
downloadblackbird-obmc-uboot-2a8af1873894dae030813c11e77ccee476ac11f8.tar.gz
blackbird-obmc-uboot-2a8af1873894dae030813c11e77ccee476ac11f8.zip
* 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cfi_flash.c b/drivers/cfi_flash.c
index 101eb74913..2531e9da86 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
/*
OpenPOWER on IntegriCloud