From: Brian Norris Date: Wed, 23 Jun 2010 20:36:02 +0000 (-0700) Subject: mtd: nand: edit macro flag for BBT scan of last page in block X-Git-Tag: v2.6.36-rc1~301^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30fe8115b55223cb84530ce04c4a20ba9d6dcf0b;p=pandora-kernel.git mtd: nand: edit macro flag for BBT scan of last page in block NAND_BB_LAST_PAGE used to be in nand.h, but it pertained to bad block management and so belongs next to NAND_BBT_SCAN2NDPAGE in bbm.h. Also, its previous flag value (0x00000400) conflicted with NAND_BBT_SCANALLPAGES so I changed its value to 0x00008000. All uses of the name were modified to provide consistency with other "NAND_BBT_*" flags. Signed-off-by: Brian Norris Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed