AMD Mainboards - rd890_cfg.h: fix Doxygen errors.
Doxygen gives an error when processing #defines inside doxygen comments. Normal comments are ignored. The choice for this fix was to make this a standard comment starting with '/*' instead of '/**', or to make the comment not a #define. Change-Id: I97fbbcea6f045d80ec7c0ab5e196d57e5da16d86 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/8099 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
5f066b29ce
commit
d30746ab6b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue