Skip to content

Commit

Permalink
Updates LRDIMM flags to be HB compatible
Browse files Browse the repository at this point in the history
Change-Id: I1d9328ee14ff8a1f37263ee744c73bb4dd06aaa5
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70467
Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70482
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
  • Loading branch information
sglancy6 authored and dcrowell77 committed Jan 15, 2019
1 parent fd94eaa commit b0ab4fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@

// Disables LRDIMM support for HB
#ifndef __HOSTBOOT_MODULE
#define CONFIG_LRDIMM_CAPABLE 1
#endif

#ifdef CONFIG_LRDIMM_CAPABLE
#define LRDIMM_CAPABLE 1
#endif

Expand Down

0 comments on commit b0ab4fd

Please sign in to comment.