Skip to content
Snippets Groups Projects
Commit 4fd2b6d5 authored by Mikhail Kshevetskiy's avatar Mikhail Kshevetskiy
Browse files

airoha/dts: use nonzero bootdelay for the cases of wrongly configured boardid.

This dts are will be selected only if
 * boardid is not configured
 * boardid does not match to any of u-boot dtb

In any case, if this happen the user should have an easy way to enter
u-boot command line.
parent 2bc6d4d0
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,10 @@
/ {
model = "en75xx-arm";
compatible = "econet,en7523";
config {
bootdelay = <2>;
};
};
&voip {
......
......@@ -11,6 +11,10 @@
/ {
model = "EN75xx GENERIC";
compatible = "econet,en7581", "airoha,en7581";
config {
bootdelay = <2>;
};
};
&voip {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment