Re: [U-Boot] [PATCH 1/4] cfi_flash: Add manufact_match helper function

2013-01-10 Thread Stefan Roese
On 12/06/2012 03:44 PM, Stefan Roese wrote: > Consolidate manufacturer matching into the function manufact_match() > and use it. For all patches of this series (1...4): Applied to u-boot-cfi-flash/master. Thanks, Stefan ___ U-Boot mailing list U-Boot@

[U-Boot] [PATCH 1/4] cfi_flash: Add manufact_match helper function

2012-12-06 Thread Stefan Roese
Consolidate manufacturer matching into the function manufact_match() and use it. Signed-off-by: Stefan Roese --- drivers/mtd/cfi_flash.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c index b2dfc53..d865c40 1