
30 Nov
2021
30 Nov
'21
1:35 p.m.
Hi Oliver,
On Tue, Nov 30, 2021 at 9:26 AM Oliver Graute oliver.graute@kococonnector.com wrote:
It's more or less the problem where which definition belongs to nowerdays. I get the following errors on configure and compiling:
In each new release, many config options are moved to Kconfig.
I would suggest you try to compare with another imx8mq targets supported in mainline U-Boot.
- make imx8qm_dmsse20a1_defconfig
arch/../configs/imx8qm_dmsse20a1_defconfig:78:warning: override: reassigning to symbol MII
You have CONFIG_MII=y twice in your defconfig.
Where is the place to set SYS_LOAD_ADDR to 0x80280000?
Just put: CONFIG_SYS_LOAD_ADDR=0x80280000 in your defconfig and remove its definition from include/configs/imx8qm_dmsse20.h