Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
31040 commits behind the upstream repository.
user avatar
Masahiro Yamada authored
This commit adds some prototypes into include/mtd/cfi_flash.h.
These functions are defined with a weak attribute in
drivers/mtd/cfi_flash.c.
This means they can be overrided by board-specific ones
if necessary.

When defining such functions under board/ directory or
somewhere, cfi_flash.h should be included.
This makes sure that board-specfic cfi functions
are defined in a correct prototype.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
6a19cc9d
History