[coreboot-gerrit] Change in coreboot[master]: soc/intel/fsp_baytrail/include/soc/pci_devs.h: Add brackets ...

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Sat Jun 17 12:19:55 CEST 2017


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/20252


Change subject: soc/intel/fsp_baytrail/include/soc/pci_devs.h: Add brackets around macro
......................................................................

soc/intel/fsp_baytrail/include/soc/pci_devs.h: Add brackets around macro

Change-Id: I91ababb3bf7aa1ab0f71bb005c4685e81bb4d92f
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/soc/intel/fsp_baytrail/include/soc/pci_devs.h
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/20252/1

diff --git a/src/soc/intel/fsp_baytrail/include/soc/pci_devs.h b/src/soc/intel/fsp_baytrail/include/soc/pci_devs.h
index f9c978d..5cca5ca 100644
--- a/src/soc/intel/fsp_baytrail/include/soc/pci_devs.h
+++ b/src/soc/intel/fsp_baytrail/include/soc/pci_devs.h
@@ -228,9 +228,9 @@
 
 #define INITIAL_TIMESTAMP_LOCATION			HDA_MMUA_BDFO
 #define BEFORE_CAR_TIMESTAMP_LOCATION		SATA_BIST1_BDFO
-#define ASM_BEFORE_CAR_TSC_LOC				0x80 << 24 | SATA_DEV_FUNC << 8 | SATA_BIST1
+#define ASM_BEFORE_CAR_TSC_LOC				(0x80 << 24 | SATA_DEV_FUNC << 8 | SATA_BIST1)
 #define AFTER_CAR_TIMESTAMP_LOCATION		SATA_BIST2_BDFO
-#define ASM_AFTER_CAR_TSC_LOC				0x80 << 24 | SATA_DEV_FUNC << 8 | SATA_BIST2
+#define ASM_AFTER_CAR_TSC_LOC				(0x80 << 24 | SATA_DEV_FUNC << 8 | SATA_BIST2)
 #define START_ROMSTAGE_TIMESTAMP_LOCATION	HDA_MMLA_BDFO
 #define BEFORE_RAMINIT_TIMESTAMP_LOCATION	SATA_MA_BDFO
 

-- 
To view, visit https://review.coreboot.org/20252
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I91ababb3bf7aa1ab0f71bb005c4685e81bb4d92f
Gerrit-Change-Number: 20252
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>



More information about the coreboot-gerrit mailing list