diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2018-06-26 14:52:51 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-03 11:07:13 +0000 |
commit | 0be6cee817d69fa32230405bc1eb70b6505ab88a (patch) | |
tree | 651fda32208e65daec94cde95425f9cc4987f603 /src/mainboard/pcengines/apu1/Kconfig | |
parent | be6958ede43a62f7bd46fc68fa68f92a32104d05 (diff) | |
download | coreboot-0be6cee817d69fa32230405bc1eb70b6505ab88a.tar.xz |
mb/pcengines/apu1: use generic SPD
Clean up leftovers of old SPD generation and utilize
common procedure to produce SPD binary.
Change-Id: I4e48817c03b4372887bc0ea14209736ae2b4e48f
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-on: https://review.coreboot.org/27301
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/pcengines/apu1/Kconfig')
-rw-r--r-- | src/mainboard/pcengines/apu1/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/pcengines/apu1/Kconfig b/src/mainboard/pcengines/apu1/Kconfig index 8361d8d1d8..6c98d01147 100644 --- a/src/mainboard/pcengines/apu1/Kconfig +++ b/src/mainboard/pcengines/apu1/Kconfig @@ -29,6 +29,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT select BOARD_ROMSIZE_KB_2048 + select GENERIC_SPD_BIN config MAINBOARD_DIR string |