mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00

Add binman_imx_spl and binman_imx_fit labels to nxp-imx8mimage {} and fit {} nodes respectively, so they can be referened in board DTs no matter how deep in the top level binman image description they are. Update current board DTs to use those labels. Reviewed-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Marek Vasut <marex@denx.de>
19 lines
259 B
Text
19 lines
259 B
Text
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
|
|
#include "imx8mq-u-boot.dtsi"
|
|
|
|
&pinctrl_uart1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&uart1 { /* console */
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&binman_imx_spl {
|
|
section {
|
|
signed-hdmi-imx8m {
|
|
filename = "signed_dp_imx8m.bin";
|
|
};
|
|
};
|
|
};
|