src/include: Add space around operators
Change-Id: I0ee4c443b6861018f05cfc32135d632fd4996029 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16614 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
committed by
Patrick Georgi
parent
c92abedd3a
commit
a0fed37044
@ -54,7 +54,7 @@
|
||||
SDRAM device, it could be 0x4, 0x8, so address
|
||||
lines for that would be 2, and 3 */
|
||||
|
||||
/* Number of Ranks bit [2:0], Package (bit4, 1=stack, 0=planr), Height bit[7:5] */
|
||||
/* Number of Ranks bit [2:0], Package (bit4, 1 = stack, 0 = planr), Height bit[7:5] */
|
||||
#define SPD_MOD_ATTRIB_RANK 5
|
||||
#define SPD_MOD_ATTRIB_RANK_NUM_SHIFT 0
|
||||
#define SPD_MOD_ATTRIB_RANK_NUM_MASK 0x07
|
||||
|
Reference in New Issue
Block a user