Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145517924
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, Feb 21, 9:30 PM (13 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27757395
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