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/asrock | |
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/asrock')
-rw-r--r-- | src/mainboard/asrock/h110m/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asrock/h110m/Kconfig b/src/mainboard/asrock/h110m/Kconfig index 8fef6e101a..aeb89298af 100644 --- a/src/mainboard/asrock/h110m/Kconfig +++ b/src/mainboard/asrock/h110m/Kconfig @@ -32,7 +32,6 @@ config PRERAM_CBMEM_CONSOLE_SIZE default 0xd00 config DIMM_SPD_SIZE - int default 512 #DDR4 endif |