mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-23 07:31:27 +02:00
Rework the flash.bin image generation such that it uses the new binman nxp_imx8mimage etype. This way, the flash.bin is assembled in correct order using plain binman, without any workarounds or sections assembled in special DT node order. Reviewed-By: Tim Harvey <tharvey@gateworks.com> Tested-By: Tim Harvey <tharvey@gateworks.com> # imx8mm_venice Tested-by: Fabio Estevam <festevam@gmail.com> # imx8mm-evk and imx8mn-evk Signed-off-by: Marek Vasut <marex@denx.de>
24 lines
300 B
Plaintext
24 lines
300 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
|
|
#include "imx8mq-u-boot.dtsi"
|
|
|
|
&pinctrl_uart1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&uart1 { /* console */
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&binman {
|
|
section {
|
|
nxp-imx8mimage {
|
|
section {
|
|
signed-hdmi-imx8m {
|
|
filename = "signed_dp_imx8m.bin";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|