drivers: flash: Fix FlexSPI NOR log module
Fixes the FlexSPI NOR flash driver to register a new log module rather than declare membership in the FlexSPI controller module, which was recently moved from drivers/flash to drivers/memc. This fixes build errors with the mimxrt1064_evk board in: - samples/drivers/flash_shell - samples/subsys/fs/littlefs Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
64995e2a54
commit
5cc20faa2f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#define NOR_WRITE_SIZE 1
|
||||
#define NOR_ERASE_VALUE 0xff
|
||||
|
||||
LOG_MODULE_DECLARE(flash_flexspi, CONFIG_FLASH_LOG_LEVEL);
|
||||
LOG_MODULE_REGISTER(flash_flexspi_nor, CONFIG_FLASH_LOG_LEVEL);
|
||||
|
||||
enum {
|
||||
/* SPI instructions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue