Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/stand/efiboot Remove call to fdt_pack, it is causing pro...



details:   https://anonhg.NetBSD.org/src/rev/7221fd3adb59
branches:  trunk
changeset: 835536:7221fd3adb59
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Aug 28 01:24:39 2018 +0000

description:
Remove call to fdt_pack, it is causing problems with memory detection

diffstat:

 sys/stand/efiboot/efifdt.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 28bd76444b96 -r 7221fd3adb59 sys/stand/efiboot/efifdt.c
--- a/sys/stand/efiboot/efifdt.c        Mon Aug 27 22:51:55 2018 +0000
+++ b/sys/stand/efiboot/efifdt.c        Tue Aug 28 01:24:39 2018 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -166,6 +166,4 @@
                        break;
                }
        }
-
-       fdt_pack(fdt_data);
 }



Home | Main Index | Thread Index | Old Index