
On Tue, Jul 20, 2021 at 05:17:59PM +0200, Stefano Babic wrote:
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit f929ce50727bf1019323d6c199dfd3a5755c5474:
Merge branch '2021-07-16-cleanup-image-support' (2021-07-17 11:39:50 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20210720
for you to fetch changes up to bd8e26606db62a0434c7f09adfa6ec666b36985b:
imx: imx8mm: Add support for Kontron Electronics SL/BL i.MX8M-Mini boards (N801x) (2021-07-19 23:30:47 +0200)
NAK:
ERROR: fdt or initrd relocation disabled at boot time #2019: FILE: include/configs/kontron_common.h:67: + "fdt_high=0xffffffff\0" \
And this is likely a bad idea too: ERROR: fdt or initrd relocation disabled at boot time #2020: FILE: include/configs/kontron_common.h:68: + "initrd_high=0xffffffff\0" \
but I haven't looked at all of include/configs/kontron_common.h to make sure it follows all of the layout stuff documented for example in: https://source.denx.de/u-boot/u-boot/-/blob/master/include/configs/ti_armv7_... (which is also true for aarch64 best I can tell from https://www.kernel.org/doc/Documentation/arm64/booting.rst).
And since I'm noting things, checkpatch has a whole bunch of formatting issues throughout as well (kontron and generic imx8 code both).