mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
5c6ba71bbe
The offset of an entry needs to be adjusted by its skip-at-start value. This is currently missing when reading entry data. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
23 lines
258 B
Text
23 lines
258 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
end-at-4gb;
|
|
size = <0x400>;
|
|
section {
|
|
size = <0x10>;
|
|
u-boot {
|
|
};
|
|
};
|
|
fdtmap {
|
|
};
|
|
image-header {
|
|
location = "end";
|
|
};
|
|
};
|
|
};
|