mirror of
https://xff.cz/git/u-boot/
synced 2025-10-04 17:01:34 +02:00
MRC (Memory Reference Code) is a binary blob used to set up the SDRAM controller on some Intel boards. Add a test for this feature. With this test coverage on binman is back up to 100%. Signed-off-by: Simon Glass <sjg@chromium.org>
14 lines
111 B
Plaintext
14 lines
111 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
size = <16>;
|
|
|
|
intel-mrc {
|
|
};
|
|
};
|
|
};
|