]> git.ipfire.org Git - people/ms/u-boot.git/commit
mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabled
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 21 Nov 2017 17:38:12 +0000 (02:38 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 28 Nov 2017 15:28:57 +0000 (00:28 +0900)
commit4c61f79b5e5bf5a0dec7cac279d736d2c282d127
treed50d08272076d567092174f6f1ad2f91045627e2
parented3986ca30972c94f0076f88c948406ce030a05c
mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabled

Add stubs to the header in case CONFIG_SYS_NAND_ONFI_DETECTION is
disabled.  This is much easier than adding around #ifdef to the
caller side.

Also, I removed the #ifdef around onfi_params.  In Linux, onfi_params
and jedec_params are unified as union.  It will be the right thing
to do.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/linux/mtd/nand.h