Skip to content

Commit 0fc0d6c

Browse files
committed
fix #2014 change flash options for t480
Signed-off-by: nestire <[email protected]>
1 parent 475a289 commit 0fc0d6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boards/EOL_t480-hotp-maximized/EOL_t480-hotp-maximized.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ export CONFIG_BOOT_REQ_ROLLBACK=n
9494
export CONFIG_BOOT_KERNEL_ADD=""
9595
export CONFIG_BOOT_KERNEL_REMOVE="intel_iommu=on intel_iommu=igfx_off"
9696
export CONFIG_BOARD_NAME="Thinkpad T480-hotp-maximized"
97-
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"
97+
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal --ifd -i bios -i me -i fd"
98+
9899

99100
#Include bits related to ivybridge ME blob download/neutering down to BUP+ROMP
100101
BOARD_TARGETS := xx80_me_blobs

boards/EOL_t480-maximized/EOL_t480-maximized.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export CONFIG_BOOT_REQ_ROLLBACK=n
9494
export CONFIG_BOOT_KERNEL_ADD=""
9595
export CONFIG_BOOT_KERNEL_REMOVE="intel_iommu=on intel_iommu=igfx_off"
9696
export CONFIG_BOARD_NAME="Thinkpad T480-maximized"
97-
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"
98-
97+
CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal --ifd -i bios -i me -i fd"
9998
#Include bits related to ivybridge ME blob download/neutering down to BUP+ROMP
10099
BOARD_TARGETS := xx80_me_blobs

0 commit comments

Comments
 (0)