u-boot-brain/tools/binman/test/098_4gb_and_skip_at_start_together.dts
Simon Glass dfdd2b6217 binman: Rename some two-digit test files
Two of the test files somehow were not converted to three digits. Fix
them, using the next available numbers.

Signed-off-by: Simon Glass <sjg@chromium.org>
2019-10-15 08:40:02 -06:00

22 lines
264 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2018 NXP
*/
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
size = <32>;
sort-by-offset;
end-at-4gb;
skip-at-start = <0xffffffe0>;
u-boot {
offset = <0xffffffe0>;
};
};
};