diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/dinar/rd890_cfg.h | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8qgi/rd890_cfg.h | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm/rd890_cfg.h | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s8226/rd890_cfg.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/amd/dinar/rd890_cfg.h b/src/mainboard/amd/dinar/rd890_cfg.h index 71cac2ec1b..1743474261 100644 --- a/src/mainboard/amd/dinar/rd890_cfg.h +++ b/src/mainboard/amd/dinar/rd890_cfg.h @@ -67,7 +67,7 @@ /** * Bitmap of ports that have slot or onboard device connected. * Example force PCIe Gen1 supporton port 2 and 4 (DEFAULT_PORT_ENABLE_MAP = BIT2 | BIT4) - * #define DEFAULT_PORT_FORCE_GEN1 0x604 + * define DEFAULT_PORT_FORCE_GEN1 0x604 */ #ifndef DEFAULT_PORT_FORCE_GEN1 #define DEFAULT_PORT_FORCE_GEN1 0x0 diff --git a/src/mainboard/supermicro/h8qgi/rd890_cfg.h b/src/mainboard/supermicro/h8qgi/rd890_cfg.h index 8547faa47d..d74cb93a65 100644 --- a/src/mainboard/supermicro/h8qgi/rd890_cfg.h +++ b/src/mainboard/supermicro/h8qgi/rd890_cfg.h @@ -66,7 +66,7 @@ /** * Bitmap of ports that have slot or onboard device connected. * Example force PCIe Gen1 supporton port 2 and 4 (DEFAULT_PORT_ENABLE_MAP = BIT2 | BIT4) - * #define DEFAULT_PORT_FORCE_GEN1 0x604 + * define DEFAULT_PORT_FORCE_GEN1 0x604 */ #ifndef DEFAULT_PORT_FORCE_GEN1 #define DEFAULT_PORT_FORCE_GEN1 0x0 diff --git a/src/mainboard/supermicro/h8scm/rd890_cfg.h b/src/mainboard/supermicro/h8scm/rd890_cfg.h index 8547faa47d..d74cb93a65 100644 --- a/src/mainboard/supermicro/h8scm/rd890_cfg.h +++ b/src/mainboard/supermicro/h8scm/rd890_cfg.h @@ -66,7 +66,7 @@ /** * Bitmap of ports that have slot or onboard device connected. * Example force PCIe Gen1 supporton port 2 and 4 (DEFAULT_PORT_ENABLE_MAP = BIT2 | BIT4) - * #define DEFAULT_PORT_FORCE_GEN1 0x604 + * define DEFAULT_PORT_FORCE_GEN1 0x604 */ #ifndef DEFAULT_PORT_FORCE_GEN1 #define DEFAULT_PORT_FORCE_GEN1 0x0 diff --git a/src/mainboard/tyan/s8226/rd890_cfg.h b/src/mainboard/tyan/s8226/rd890_cfg.h index 8547faa47d..d74cb93a65 100644 --- a/src/mainboard/tyan/s8226/rd890_cfg.h +++ b/src/mainboard/tyan/s8226/rd890_cfg.h @@ -66,7 +66,7 @@ /** * Bitmap of ports that have slot or onboard device connected. * Example force PCIe Gen1 supporton port 2 and 4 (DEFAULT_PORT_ENABLE_MAP = BIT2 | BIT4) - * #define DEFAULT_PORT_FORCE_GEN1 0x604 + * define DEFAULT_PORT_FORCE_GEN1 0x604 */ #ifndef DEFAULT_PORT_FORCE_GEN1 #define DEFAULT_PORT_FORCE_GEN1 0x0 |