diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-01 10:09:40 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-04 10:18:49 +0000 |
commit | 3b3d0853388f30868e0131741c14b4a71a82ea1b (patch) | |
tree | ffa97c20fb3d4d3ef79959cc6c5fc41cf03cb3d1 /src/southbridge/amd | |
parent | b3fcd5d57cf6482eaf93958bdcb57e93894c97a9 (diff) |
src: Remove useless comments in "includes" lines
Change-Id: Ide5673dc99688422c5078c8c28ca5935fd39c854
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50186
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/cimx/sb800/SBPLATFORM.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/amd/cimx/sb800/SBPLATFORM.h b/src/southbridge/amd/cimx/sb800/SBPLATFORM.h index 99c7323033..760088632e 100644 --- a/src/southbridge/amd/cimx/sb800/SBPLATFORM.h +++ b/src/southbridge/amd/cimx/sb800/SBPLATFORM.h @@ -44,8 +44,8 @@ typedef union _PCI_ADDR { #include <SBDEF.h> #include <AMDSBLIB.h> #include <SBSUBFUN.h> -#include "platform_cfg.h" /* mainboard specific configuration */ -#include <OEM.h> /* platform default configuration */ +#include "platform_cfg.h" +#include <OEM.h> #include <AMD.h> //------------------------------------------------------------------------------------------------------------------------// |