mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
Move about a dozen test files for blob, blob-ext, blob-ext-list, fake-blob, and blob-symbol entries into a blob/ subdirectory. Drop the numeric prefixes and the redundant blob_ filename prefix, and update all references. Signed-off-by: Simon Glass <simon.glass@canonical.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
24 lines
273 B
Plaintext
24 lines
273 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
size = <0x80>;
|
|
|
|
section {
|
|
blob-ext {
|
|
filename = "missing-file";
|
|
};
|
|
};
|
|
|
|
blob-ext2 {
|
|
type = "blob-ext";
|
|
filename = "missing-file2";
|
|
};
|
|
};
|
|
};
|