diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2018-05-29 17:44:40 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2018-05-29 17:44:40 +0000 |
| commit | c0fd148b5d2e81f171e82dd16605af28b14aa6be (patch) | |
| tree | a0a46456ffe2f58ad334b6b5df2b8d2f135bb21e /sys/dev/fdt | |
| parent | ec6faf94c489e4217207bb2cbc1c36d73f07b522 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fdt')
| -rw-r--r-- | sys/dev/fdt/fdt_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdt/fdt_common.h b/sys/dev/fdt/fdt_common.h index 0212408b7135f..3bf4df41973cf 100644 --- a/sys/dev/fdt/fdt_common.h +++ b/sys/dev/fdt/fdt_common.h @@ -39,7 +39,7 @@ #include <contrib/libfdt/libfdt_env.h> #include <dev/ofw/ofw_bus.h> -#define FDT_MEM_REGIONS 8 +#define FDT_MEM_REGIONS 16 #define DI_MAX_INTR_NUM 32 |
