]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ColdFire: Fix m54455EVB save environment bug
authorTsiChung Liew <tsicliew@gmail.com>
Tue, 16 Mar 2010 17:39:36 +0000 (12:39 -0500)
committerTsiChung Liew <tsicliew@gmail.com>
Wed, 24 Mar 2010 16:09:42 +0000 (11:09 -0500)
commit9d3a86aec52cb3c0e9badd12167d9292184ce4dd
tree1600498378146b31baeed31581a34bb0be10338b
parentf26a247308568e32857a5cc054f7219510a7d44e
ColdFire: Fix m54455EVB save environment bug

The ATMEL flash does not have buffer write feature. Assgined
buffer_size = 1, so that when there is a write to the flash
will not use buffer write function.

Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
board/freescale/m54455evb/m54455evb.c