Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108996442
D38263.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
425 B
Referenced Files
None
Subscribers
None
D38263.diff
View Options
diff --git a/stand/kboot/arch/aarch64/load_addr.c b/stand/kboot/arch/aarch64/load_addr.c
--- a/stand/kboot/arch/aarch64/load_addr.c
+++ b/stand/kboot/arch/aarch64/load_addr.c
@@ -115,7 +115,7 @@
int fd = -1;
bool rv;
- fd = open("/sys/firmware/fdt", O_RDONLY);
+ fd = open("host:/sys/firmware/fdt", O_RDONLY);
if (fd != -1) {
printf("Doing trying to get UEFI from FDT -- fake\n");
rv = do_memory_from_fdt(fd);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 31, 10:49 AM (14 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16361175
Default Alt Text
D38263.diff (425 B)
Attached To
Mode
D38263: kboot: use host: for some files.
Attached
Detach File
Event Timeline
Log In to Comment