Skip to content

Commit

Permalink
t430/x230 legacy flash boards: unify so they specify coreboot config …
Browse files Browse the repository at this point in the history
…files as all other boards
  • Loading branch information
tlaurion committed Aug 16, 2023
1 parent 294a6be commit 9747bd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export CONFIG_COREBOOT=y
export CONFIG_COREBOOT_VERSION=4.19
export CONFIG_LINUX_VERSION=5.10.5

CONFIG_COREBOOT_CONFIG=config/coreboot-x230-legacy-flash.config
CONFIG_LINUX_CONFIG=config/linux-x230-flash.config

CONFIG_BASH=n
CONFIG_FLASHROM=y
#CONFIG_GPG=y
Expand All @@ -14,7 +17,7 @@ CONFIG_PCIUTILS=y
#CONFIG_TPMTOTP=y
#CONFIG_DROPBEAR=y

CONFIG_LINUX_CONFIG=config/linux-x230-flash.config

CONFIG_LINUX_USB=y
#CONFIG_LINUX_E1000E=y

Expand Down
5 changes: 4 additions & 1 deletion boards/x230-legacy-flash/x230-legacy-flash.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export CONFIG_COREBOOT=y
export CONFIG_COREBOOT_VERSION=4.19
export CONFIG_LINUX_VERSION=5.10.5

CONFIG_COREBOOT_CONFIG=config/coreboot-t430-legacy-flash.config
CONFIG_LINUX_CONFIG=config/linux-x230-flash.config

CONFIG_BASH=n
CONFIG_FLASHROM=y
#CONFIG_GPG=y
Expand All @@ -14,7 +17,7 @@ CONFIG_PCIUTILS=y
#CONFIG_TPMTOTP=y
#CONFIG_DROPBEAR=y

CONFIG_LINUX_CONFIG=config/linux-x230-flash.config

CONFIG_LINUX_USB=y
#CONFIG_LINUX_E1000E=y

Expand Down

0 comments on commit 9747bd0

Please sign in to comment.