]> git.ipfire.org Git - people/ms/u-boot.git/commit
OneNAND: Save version_id in onenand_chip struct
authorStefan Roese <sr@denx.de>
Tue, 11 Nov 2008 09:29:09 +0000 (10:29 +0100)
committerScott Wood <scottwood@freescale.com>
Fri, 23 Jan 2009 16:32:46 +0000 (10:32 -0600)
commit8cf11f3aa78673730e9ecbbe4b75213b53f212c8
tree8abc37ffa57cba7e374ec292a4d1fab481c265ec
parent4fca3310d611cc0f51d7295ef3557afbdbd91dc3
OneNAND: Save version_id in onenand_chip struct

The version (ver_id) was not stored in the onenand_chip structure and
because of this the continuous locking scheme could be enabled on some
chips.

Signed-off-by: Stefan Roese <sr@denx.de>
drivers/mtd/onenand/onenand_base.c