imx8m: config: convert to bootm_size
authorGrygorii Tertychnyi <grembeter@gmail.com>
Fri, 21 Aug 2020 13:39:43 +0000 (15:39 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 25 Aug 2020 08:26:38 +0000 (10:26 +0200)
Restrict the memory range available for image processing in the
"bootm" to 256 MiB so the kernel can access it and FDT or initrd are
not overwritten on ARM64.

Signed-off-by: Grygorii Tertychnyi <grygorii.tertychnyi@leica-geosystems.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

No differences found