We now have 99 tests. Before adding any more, rename everything to three digits. This helps to preserve the ordering of tests and makes it easier to find things. Signed-off-by: Simon Glass <sjg@chromium.org>
32 lines
585 B
Plaintext
32 lines
585 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
gbb {
|
|
size = <0x2180>;
|
|
flags {
|
|
dev-screen-short-delay;
|
|
load-option-roms;
|
|
enable-alternate-os;
|
|
force-dev-switch-on;
|
|
force-dev-boot-usb;
|
|
disable-fw-rollback-check;
|
|
enter-triggers-tonorm;
|
|
force-dev-boot-legacy;
|
|
faft-key-override;
|
|
disable-ec-software-sync;
|
|
default-dev-boot-legacy;
|
|
disable-pd-software-sync;
|
|
disable-lid-shutdown;
|
|
force-dev-boot-fastboot-full-cap;
|
|
enable-serial;
|
|
disable-dwmp;
|
|
};
|
|
};
|
|
};
|
|
};
|