Module Name: src Committed By: jmcneill Date: Tue Aug 28 01:24:39 UTC 2018
Modified Files: src/sys/stand/efiboot: efifdt.c Log Message: Remove call to fdt_pack, it is causing problems with memory detection To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/stand/efiboot/efifdt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/stand/efiboot/efifdt.c diff -u src/sys/stand/efiboot/efifdt.c:1.4 src/sys/stand/efiboot/efifdt.c:1.5 --- src/sys/stand/efiboot/efifdt.c:1.4 Mon Aug 27 22:51:55 2018 +++ src/sys/stand/efiboot/efifdt.c Tue Aug 28 01:24:39 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: efifdt.c,v 1.4 2018/08/27 22:51:55 alnsn Exp $ */ +/* $NetBSD: efifdt.c,v 1.5 2018/08/28 01:24:39 jmcneill Exp $ */ /*- * Copyright (c) 2018 Jared McNeill <jmcne...@invisible.ca> @@ -166,6 +166,4 @@ efi_fdt_bootargs(const char *bootargs) break; } } - - fdt_pack(fdt_data); }