File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,9 @@ ifeq ($(CONFIG_COREBOOT), y)
231
231
# Legacy flash boards don't generate an update package, the only purpose of
232
232
# those boards is to be flashed over vendor firmware via an exploit.
233
233
ifneq ($(CONFIG_LEGACY_FLASH ) , y)
234
- # talos-2 builds its own update package, which is not integrated with the ZIP
235
- # method currently
236
- ifneq ( $( BOARD ) , talos-2)
234
+ # Boards containing ' talos-2' build their own update package, which is not integrated with the ZIP method currently
235
+ ifneq ( $( findstring talos-2, $( BOARD ) ) ,)
236
+ else
237
237
# Coreboot targets create an update package that can be applied with integrity
238
238
# verification before flashing (see flash-gui.sh). The ZIP package format
239
239
# allows other metadata that might be needed to added in the future without
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ CONFIG_CC_HAS_INT128=y
128
128
# CONFIG_SYSFS_DEPRECATED is not set
129
129
CONFIG_RELAY=y
130
130
CONFIG_BLK_DEV_INITRD=y
131
- CONFIG_INITRAMFS_SOURCE="../../talos-2 /initrd.cpio"
131
+ CONFIG_INITRAMFS_SOURCE="../@BOARD_BUILD_DIR@ /initrd.cpio"
132
132
CONFIG_INITRAMFS_ROOT_UID=0
133
133
CONFIG_INITRAMFS_ROOT_GID=0
134
134
# CONFIG_RD_GZIP is not set
You can’t perform that action at this time.
0 commit comments