Skip to content

Commit 44e18d7

Browse files
committed
galp5: blobs, coreboot config; move ifd and me to blobs dir, make config point to them
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent c4e15a7 commit 44e18d7

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.
File renamed without changes.

config/coreboot-galp5.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ CONFIG_MAX_ACPI_TABLE_SIZE_KB=144
150150
CONFIG_HAVE_INTEL_FIRMWARE=y
151151
CONFIG_MRC_SETTINGS_CACHE_SIZE=0x10000
152152
CONFIG_DRIVERS_INTEL_WIFI=y
153-
CONFIG_IFD_BIN_PATH="3rdparty/blobs/mainboard/$(MAINBOARDDIR)/descriptor.bin"
154-
CONFIG_ME_BIN_PATH="3rdparty/blobs/mainboard/$(MAINBOARDDIR)/me.bin"
153+
CONFIG_IFD_BIN_PATH="@BLOB_DIR@/galp5/ifd.bin"
154+
CONFIG_ME_BIN_PATH="@BLOB_DIR@/galp5/me.bin"
155155
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000
156156
CONFIG_CARDBUS_PLUGIN_SUPPORT=y
157157
CONFIG_SPI_FLASH_DONT_INCLUDE_ALL_DRIVERS=y

0 commit comments

Comments
 (0)