commit | be7dd14b77922ab6e33c1c8b7f24e94d27452a60 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Nov 22 02:38:12 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Nov 29 00:28:57 2017 +0900 |
tree | d50d08272076d567092174f6f1ad2f91045627e2 | |
parent | 14fecf967bc41e8972d69c1ef1d1ac61188d0a91 [diff] |
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>