diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-11-27 20:36:44 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-11-28 13:53:51 +0000 |
commit | f0c5be2a4fe1746ef73764998427f3f852d27d60 (patch) | |
tree | 5523d29b80c9cad3989cdcdcece3acc07b6ac7be /src/mainboard/supermicro | |
parent | 4fbefc5282916550fe7cdd718263fe4cd957a2f3 (diff) |
mb/*/*/Kconfig: Remove useless comment
Change-Id: Ibdff50761a205d936b0ebe067f418be0a2051798
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/29871
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hellsenberg <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: David Guckian
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/h8dmr_fam10/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8qme_fam10/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm_fam10/Kconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/supermicro/h8dmr_fam10/Kconfig b/src/mainboard/supermicro/h8dmr_fam10/Kconfig index 0a352f7de7..928a84fc96 100644 --- a/src/mainboard/supermicro/h8dmr_fam10/Kconfig +++ b/src/mainboard/supermicro/h8dmr_fam10/Kconfig @@ -1,6 +1,6 @@ if BOARD_SUPERMICRO_H8DMR_FAM10 -config BOARD_SPECIFIC_OPTIONS # dummy +config BOARD_SPECIFIC_OPTIONS def_bool y select CPU_AMD_SOCKET_F_1207 select DIMM_DDR2 diff --git a/src/mainboard/supermicro/h8qme_fam10/Kconfig b/src/mainboard/supermicro/h8qme_fam10/Kconfig index 687b1e5a1b..55d1153c7b 100644 --- a/src/mainboard/supermicro/h8qme_fam10/Kconfig +++ b/src/mainboard/supermicro/h8qme_fam10/Kconfig @@ -1,6 +1,6 @@ if BOARD_SUPERMICRO_H8QME_FAM10 -config BOARD_SPECIFIC_OPTIONS # dummy +config BOARD_SPECIFIC_OPTIONS def_bool y select CPU_AMD_SOCKET_F_1207 select DIMM_DDR2 diff --git a/src/mainboard/supermicro/h8scm_fam10/Kconfig b/src/mainboard/supermicro/h8scm_fam10/Kconfig index 0673390092..2e6db0e1ed 100644 --- a/src/mainboard/supermicro/h8scm_fam10/Kconfig +++ b/src/mainboard/supermicro/h8scm_fam10/Kconfig @@ -1,6 +1,6 @@ if BOARD_SUPERMICRO_H8SCM_FAM10 -config BOARD_SPECIFIC_OPTIONS # dummy +config BOARD_SPECIFIC_OPTIONS def_bool y select CPU_AMD_SOCKET_C32_NON_AGESA select DIMM_DDR3 |