mirror of
https://github.com/apache/nuttx.git
synced 2026-06-22 15:32:49 +08:00
cbfaa7c3b0
This removes the DEBUGASSERT in ftl_initialize_by_path. Instead, check compile time that FTL is enabled in case some of the drivers implement the isbad and markbad functions. Also select the FTL_BBM for those drivers as they require it. Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>