drivers: memc: mcux_flexspi_hyperram: Fix multiple log module definition

Enabling the FlexSPI HyperRAM results in a build error, due to a logging
module re-definition. Fixed by changing the log module name.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2022-07-11 14:08:14 +02:00 committed by Carles Cufí
parent 5dcb5e0f67
commit 850cdc9196

View file

@ -23,7 +23,7 @@
read-while-write hazards. This configuration is not recommended."
#endif
LOG_MODULE_REGISTER(memc_flexspi, CONFIG_MEMC_LOG_LEVEL);
LOG_MODULE_REGISTER(memc_flexspi_hyperram, CONFIG_MEMC_LOG_LEVEL);
enum {
READ_DATA,