Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159958974
D54772.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
391 B
Referenced Files
None
Subscribers
None
D54772.diff
View Options
diff --git a/stand/fdt/fdt_loader_cmd.c b/stand/fdt/fdt_loader_cmd.c
--- a/stand/fdt/fdt_loader_cmd.c
+++ b/stand/fdt/fdt_loader_cmd.c
@@ -993,7 +993,7 @@
debugf("fdt_copy va 0x%08jx\n", (uintmax_t)va);
if (fdtp == NULL) {
err = fdt_setup_fdtp();
- if (err) {
+ if (err && (getenv("acpi.revision") == NULL)) {
printf("No valid device tree blob found!\n");
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 20, 10:51 PM (16 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34131588
Default Alt Text
D54772.diff (391 B)
Attached To
Mode
D54772: loader: Only warn for !FDT && !ACPI take two
Attached
Detach File
Event Timeline
Log In to Comment