[PATCH v3] imx: support i.MX8QM DMSSE20 a1 board
Fabio Estevam
festevam at gmail.com
Tue Nov 30 13:35:01 CET 2021
Hi Oliver,
On Tue, Nov 30, 2021 at 9:26 AM Oliver Graute
<oliver.graute at 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
More information about the U-Boot
mailing list