mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 10:17:21 +00:00

This patch is for Marek, to provide a starting point. To try it, use 'binman test -T' and see the missing coverage. Signed-off-by: Simon Glass <sjg@chromium.org>
17 lines
277 B
Text
17 lines
277 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
nxp-imx8mimage {
|
|
args; /* TODO: Needed by mkimage etype superclass */
|
|
nxp,boot-from = "sd";
|
|
nxp,rom-version = <1>;
|
|
nxp,loader-address = <0x10>;
|
|
};
|
|
};
|
|
};
|