summaryrefslogtreecommitdiffstats
path: root/board/funkwerk/vovpn-gw/flash.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-06-10 10:00:19 +0000
committerwdenk <wdenk>2005-06-10 10:00:19 +0000
commita87589da74b84031a3db4ddd2e835e1893a90f3b (patch)
tree3f6c7097b0c7bd65ac278b2d667d382536fe2fa7 /board/funkwerk/vovpn-gw/flash.c
parent51152c173d025551dce4e0097e14e147ad016d3b (diff)
downloadtalos-obmc-uboot-a87589da74b84031a3db4ddd2e835e1893a90f3b.tar.gz
talos-obmc-uboot-a87589da74b84031a3db4ddd2e835e1893a90f3b.zip
* Add support for HMI1001 board
* Disable "date" and "sntp" commands on TQM866M which has no RTC
Diffstat (limited to 'board/funkwerk/vovpn-gw/flash.c')
-rw-r--r--board/funkwerk/vovpn-gw/flash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/funkwerk/vovpn-gw/flash.c b/board/funkwerk/vovpn-gw/flash.c
index 1e53d45877..4073453ada 100644
--- a/board/funkwerk/vovpn-gw/flash.c
+++ b/board/funkwerk/vovpn-gw/flash.c
@@ -5,7 +5,7 @@
* Support for the Elmeg VoVPN Gateway Module
* ------------------------------------------
* This is a signle bank flashdriver for INTEL 28F320J3, 28F640J3
- * and 28F128J3A flashs working in 8 Bit mode.
+ * and 28F128J3A flashs working in 8 Bit mode.
*
* Most of this code is taken from existing u-boot source code.
*
@@ -286,8 +286,8 @@ flash_erase(flash_info_t *info, int s_first, int s_last)
static int
write_buff2( volatile FLASH_WORD_SIZE *dst,
- volatile FLASH_WORD_SIZE *src,
- unsigned long cnt )
+ volatile FLASH_WORD_SIZE *src,
+ unsigned long cnt )
{
unsigned long start;
FLASH_WORD_SIZE status;
OpenPOWER on IntegriCloud