diff options
| author | Hiago De Franco <hiago.franco@toradex.com> | 2025-04-15 14:33:40 -0300 | 
|---|---|---|
| committer | Francesco Dolcini <francesco.dolcini@toradex.com> | 2025-04-16 13:11:02 +0000 | 
| commit | 968e147d04a9abdae4d40157c3d360805237468c (patch) | |
| tree | 7162fe5585a34959130f5e02d0dac6af3fca3d60 | |
| parent | e8a1db0873c957a6ee6716b40e735ed3258352e1 (diff) | |
cfg: base: set IMX_REMOTPROC as built-in
With the current kernel (downstream NXP 6.6 and mainline), a SCU fault
reset is triggered when the cortex-m4 firmware is loaded and launched by
U-Boot if the IMX_REMOTEPROC kconfig is set as kernel module [1]. Set it
as built-in so no SCU fault reset happens during the kernel boot.
[1] https://lore.kernel.org/lkml/PAXPR04MB8459ED33238AA790252E730988B32@PAXPR04MB8459.eurprd04.prod.outlook.com/
Related-to: ELB-6323
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
| -rw-r--r-- | cfg/base/base.cfg | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cfg/base/base.cfg b/cfg/base/base.cfg index 9d2dc43..761f767 100644 --- a/cfg/base/base.cfg +++ b/cfg/base/base.cfg @@ -551,7 +551,7 @@ CONFIG_REGULATOR_GPIO=y  ##  CONFIG_REMOTEPROC=y  CONFIG_REMOTEPROC_CDEV=y -CONFIG_IMX_REMOTEPROC=m +CONFIG_IMX_REMOTEPROC=y  ##  ## file: drivers/reset/Kconfig | 
