mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
f689890d8e
This is only 3 bytes long which is not enough to hold two symbol values, needed to test the binman symbols feature. Increase it to 15 bytes. Using very small regions is useful since we can easily compare them in tests and errors are fairly easy to diagnose. Signed-off-by: Simon Glass <sjg@chromium.org>
17 lines
157 B
Text
17 lines
157 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
sort-by-pos;
|
|
u-boot {
|
|
pos = <22>;
|
|
};
|
|
|
|
u-boot-spl {
|
|
pos = <1>;
|
|
};
|
|
};
|
|
};
|