]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cfi: make flash_get_info() non static
authorHeiko Schocher <hs@denx.de>
Tue, 10 Feb 2009 08:53:29 +0000 (09:53 +0100)
committerStefan Roese <sr@denx.de>
Wed, 11 Feb 2009 16:01:17 +0000 (17:01 +0100)
commit4f975678de995b55749d5e84590c268972a7c835
tree363ee422d2bd39277cc6e33f973004acf1652bbe
parentae5d8f613cec1a6af7bf1fc9c42a3b856f021023
cfi: make flash_get_info() non static

If on your board is more than one flash, you must know
the size of every single flash, for example, for updating
the DTS before booting Linux. So make this function
flash_get_info() extern, and you can have all info
about your flashes.

Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/mtd/cfi_flash.c
include/flash.h