Home
last modified time | relevance | path

Searched hist:b00e19cc6b99fdd0a2b2760f225465d0998ef88f (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.cb00e19cc6b99fdd0a2b2760f225465d0998ef88f Mon Aug 30 08:11:51 UTC 2010 Stefan Roese <sr@denx.de> cfi_flash: Add weak default for cfi_flash_bank_addr()

cfi_flash_bank_addr(int bank_nr) returns the base addresses of the
requested bank. Introducing this weak default enables boards to override
this functions with a board specific version when required.

This feature will be used in the lwmon5 board update, supporting runtime
detection of 2 board revisions with different flash layouts.

Signed-off-by: Stefan Roese <sr@denx.de>