Describe the bug
When compiling the firmware for i.MX8 platforms we get the following warning:
(warning: the int symbol CORE_COUNT (defined at src/platform/Kconfig:307) has a non-int default MP_NUM_CPUS (undefined))
To Reproduce
$ ./scripts/xtensa-build-all.sh imx8m
Reproduction Rate
Always
Expected behavior
Compiling the i.MX8 firmware should not produce a warning.
Impact
It is annoying.
Environment
- Branch name and commit hash of the 2 repositories: sof (firmware/topology) and linux (kernel driver).
- Kernel: dont'care
- SOF: main
- Name of the topology file
- Name of the platform(s) on which the bug is observed.
- Platform: i.MX8/i.MX8X/i.MX8M
Describe the bug
When compiling the firmware for i.MX8 platforms we get the following warning:
To Reproduce
$ ./scripts/xtensa-build-all.sh imx8m
Reproduction Rate
Always
Expected behavior
Compiling the i.MX8 firmware should not produce a warning.
Impact
It is annoying.
Environment