Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/fdt Increase storage space for DTB (for QEMU)
details: https://anonhg.NetBSD.org/src/rev/d5031dc2f900
branches: trunk
changeset: 433713:d5031dc2f900
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Sep 29 15:50:29 2018 +0000
description:
Increase storage space for DTB (for QEMU)
diffstat:
sys/arch/evbarm/fdt/fdt_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a85028f22db0 -r d5031dc2f900 sys/arch/evbarm/fdt/fdt_machdep.c
--- a/sys/arch/evbarm/fdt/fdt_machdep.c Sat Sep 29 15:49:38 2018 +0000
+++ b/sys/arch/evbarm/fdt/fdt_machdep.c Sat Sep 29 15:50:29 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_machdep.c,v 1.39 2018/09/26 09:06:48 bouyer Exp $ */
+/* $NetBSD: fdt_machdep.c,v 1.40 2018/09/29 15:50:29 jmcneill Exp $ */
/*-
* Copyright (c) 2015-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.39 2018/09/26 09:06:48 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.40 2018/09/29 15:50:29 jmcneill Exp $");
#include "opt_machdep.h"
#include "opt_bootconfig.h"
@@ -112,7 +112,7 @@
#include <libfdt.h>
#include <dev/fdt/fdtvar.h>
-#define FDT_BUF_SIZE (256*1024)
+#define FDT_BUF_SIZE (512*1024)
static uint8_t fdt_data[FDT_BUF_SIZE];
extern char KERNEL_BASE_phys[];
Home |
Main Index |
Thread Index |
Old Index