diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2018-10-30 11:39:02 -0500 |
|---|---|---|
| committer | Zane C. Shelley <zshelle@us.ibm.com> | 2018-10-31 10:56:50 -0500 |
| commit | 9c247751560ad04601cb7743b7ee63fbbc49dddb (patch) | |
| tree | b8b2d29bca203722a912871c309a17164c888b48 /src/include/sys | |
| parent | 2c1c99f370191e4099870a0699cd6f01510222e7 (diff) | |
| download | talos-hostboot-9c247751560ad04601cb7743b7ee63fbbc49dddb.tar.gz talos-hostboot-9c247751560ad04601cb7743b7ee63fbbc49dddb.zip | |
PRD: Make room for Axone prf files in HBRT
Change-Id: Id4c742e1fd9d7925d5ee8a7451893e27c5501a4f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68168
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Diffstat (limited to 'src/include/sys')
| -rw-r--r-- | src/include/sys/vfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/sys/vfs.h b/src/include/sys/vfs.h index fabe546cc..3c32a7817 100644 --- a/src/include/sys/vfs.h +++ b/src/include/sys/vfs.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2010,2017 */ +/* Contributors Listed Below - COPYRIGHT 2010,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -36,7 +36,7 @@ // make VFS_MODULE_MAX equal to the actual number of modules in the base image (+ 2?) #define VFS_MODULE_MAX 16 #else -#define VFS_MODULE_MAX 64 +#define VFS_MODULE_MAX 128 #endif // Extended use 4 4k pages |

