diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-08-30 09:56:25 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-03 00:10:33 +0000 |
commit | 28a16d960c31e853ded415ff9159e0dc409d2a90 (patch) | |
tree | 535f5c31b0bec261d0e875043bf888003376adca /src/mainboard/clevo | |
parent | 349f13071dbb5e3c5e6e5fdf72d5f7cf8b3e0cb7 (diff) |
src/*: Specify type of `DIMM_SPD_SIZE` once
Specify the type of the `DIMM_SPD_SIZE` Kconfig symbol once.
Change-Id: I619833dbce6d2dbe414ed9b37f43196b4b52730e
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57257
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/clevo')
-rw-r--r-- | src/mainboard/clevo/kbl-u/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/clevo/kbl-u/Kconfig b/src/mainboard/clevo/kbl-u/Kconfig index 0b2f0b00ed..f3844beee9 100644 --- a/src/mainboard/clevo/kbl-u/Kconfig +++ b/src/mainboard/clevo/kbl-u/Kconfig @@ -57,7 +57,6 @@ config DIMM_MAX default 2 config DIMM_SPD_SIZE - int default 512 config VGA_BIOS_ID |