diff options
author | ian <ian@FreeBSD.org> | 2015-05-24 15:29:56 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2015-05-24 15:29:56 +0000 |
commit | e7adedb422865fbd63ed6f10518eb0a9e16abe7b (patch) | |
tree | bdb89dc58a5aaf5283713380e57b05b9379bd254 /sys/boot/uboot/lib/glue.h | |
parent | bc7a934b2f608b2cafea753820dc7736ae469a83 (diff) | |
download | FreeBSD-src-e7adedb422865fbd63ed6f10518eb0a9e16abe7b.zip FreeBSD-src-e7adedb422865fbd63ed6f10518eb0a9e16abe7b.tar.gz |
MFC r280194:
Fix fdt_platform_fixups() mem region handling.
Diffstat (limited to 'sys/boot/uboot/lib/glue.h')
-rw-r--r-- | sys/boot/uboot/lib/glue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/uboot/lib/glue.h b/sys/boot/uboot/lib/glue.h index 1504c93..2e818ba 100644 --- a/sys/boot/uboot/lib/glue.h +++ b/sys/boot/uboot/lib/glue.h @@ -40,7 +40,7 @@ void *syscall_ptr; int api_search_sig(struct api_signature **sig); -#define UB_MAX_MR 5 /* max mem regions number */ +#define UB_MAX_MR 16 /* max mem regions number */ #define UB_MAX_DEV 6 /* max devices number */ /* |