[U-Boot] [PATCH 0/4] cfi_flash: A bit of cleanup and code simplification
Stefan Roese
sr at denx.de
Tue Aug 31 13:33:23 CEST 2010
Hi,
following are a few patches with minor code clean-up and simplification for
the cfi_flash driver. Especially the usage of
CONFIG_SYS_MAX_FLASH_BANKS_DETECT to support dynamic flash bank number
detection is reworked a bit. Additionally, now the flash base address list can
be dynamically changed if needed as well.
Here the shortlog:
Stefan Roese (4):
cfi_flash: Simplify flash_get_info()
cfi_flash: Add weak default for cfi_flash_bank_addr()
cfi_flash: Simplify dynamic flash bank number detection
cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECT
board/esd/apc405/apc405.c | 6 ++----
board/tqc/tqm834x/tqm834x.c | 12 +++++-------
common/cmd_bootm.c | 1 +
common/cmd_flash.c | 10 ++--------
common/flash.c | 1 +
drivers/mtd/cfi_flash.c | 32 +++++++++++++++-----------------
drivers/mtd/cfi_mtd.c | 10 +---------
include/configs/APC405.h | 6 ------
include/configs/IDS8247.h | 3 +--
include/configs/TQM834x.h | 4 ----
include/flash.h | 2 ++
include/mtd/cfi_flash.h | 18 ++++++++++++++++++
12 files changed, 48 insertions(+), 57 deletions(-)
As you can see, these patches touch non-cfi related files too. If nobody
objects, I'll collect these patches in my cfi-flash repository for the next
merge window.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
More information about the U-Boot
mailing list