Re: [U-Boot] [PATCH] flash: Export flash_sector_size() function.

2008-11-19 Thread Haavard Skinnemoen
Piotr Ziecik [EMAIL PROTECTED] wrote: Export flash_sector_size() function from drivers/mtd/cfi_flash.c. Signed-off-by: Piotr Ziecik [EMAIL PROTECTED] Why? Haavard ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] flash: Export flash_sector_size() function.

2008-11-19 Thread Piotr Zięcik
Wednesday 19 November 2008 14:51:01 Haavard Skinnemoen napisał(a): Export flash_sector_size() function from drivers/mtd/cfi_flash.c. Why? This function is used by cfi-mtd driver, which I have posted yesterday with other patches around UBI and MTD (see [U-Boot] Export CFI Flash to the MTD and

[U-Boot] [PATCH] flash: Export flash_sector_size() function.

2008-11-17 Thread Piotr Ziecik
Export flash_sector_size() function from drivers/mtd/cfi_flash.c. Signed-off-by: Piotr Ziecik [EMAIL PROTECTED] --- drivers/mtd/cfi_flash.c |2 -- include/flash.h |3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/cfi_flash.c