mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-04-16 19:41:02 +02:00
Move about a dozen test files for mkimage entries into a mkimage/ subdirectory. Drop the numeric prefixes and the redundant mkimage_ filename prefix, and update all references. Signed-off-by: Simon Glass <simon.glass@canonical.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
22 lines
224 B
Plaintext
22 lines
224 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
mkimage {
|
|
args = "-T script";
|
|
multiple-data-files;
|
|
|
|
u-boot-tpl {
|
|
};
|
|
|
|
u-boot-spl {
|
|
};
|
|
};
|
|
};
|
|
};
|