From d737f8e95da3aabb73cc60085cdbad9c05600f48 Mon Sep 17 00:00:00 2001 From: Sachin Gupta Date: Tue, 23 Jan 2018 21:31:10 -0600 Subject: Allow read on complete OCC SRAM buffer Change-Id: Ife2f4a321753f6367e2cfa0ee9fd3804a4d8d52a CQ: FW672705 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52499 Reviewed-by: Shakeeb A. Pasha B K Tested-by: Jenkins Server Reviewed-by: Sachin Gupta --- src/sbefw/core/sbeglobals.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sbefw/core/sbeglobals.H') diff --git a/src/sbefw/core/sbeglobals.H b/src/sbefw/core/sbeglobals.H index e182a20b..9b970a20 100644 --- a/src/sbefw/core/sbeglobals.H +++ b/src/sbefw/core/sbeglobals.H @@ -36,7 +36,7 @@ #define SBE_GLOBAL sbeGlobal constexpr size_t MAX_MAIN_STORE_REGIONS = 8; -constexpr size_t MAX_OCC_SRAM_REGIONS = 2; +constexpr size_t MAX_OCC_SRAM_REGIONS = 1; // Extern declartion, Defined in sbeglobal.C extern uint8_t sbe_Kernel_NCInt_stack[SBE_NONCRITICAL_STACK_SIZE]; -- cgit v1.2.1