Home
last modified time | relevance | path

Searched hist:"9578718 c1b085cac73017d834001bc5cb0b2f73f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_mtd.c9578718c1b085cac73017d834001bc5cb0b2f73f Tue Jul 14 21:00:24 UTC 2009 Kim Phillips <kim.phillips@freescale.com> mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations

a.k.a cfi_mtd.c does as cfi_flash.c does. This also prevents
the TQM834x build from doing a:

cfi_mtd.c:36: error: variably modified 'cfi_mtd_info' at file scope
cfi_mtd.c:37: error: variably modified 'cfi_mtd_names' at file scope

using gcc 4.4.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Stefan Roese <sr@denx.de>