forked from linuxboot/heads
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As discussed in: linuxboot#1704 there is no need to include iotools module for nitropads. Since there is no board using it, and we see no reason to use it in the future (the EC udpate will not require it, as update will be server by coreboot in the future), drop the module as well. Signed-off-by: Maciej Pijanowski <[email protected]>
- Loading branch information
Showing
3 changed files
with
0 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ CONFIG_GPG2=y | |
CONFIG_LVM2=y | ||
CONFIG_MBEDTLS=y | ||
|
||
CONFIG_IOTOOLS=y | ||
|
||
CONFIG_DROPBEAR=y | ||
|
||
CONFIG_MSRTOOLS=y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ CONFIG_GPG2=y | |
CONFIG_LVM2=y | ||
CONFIG_MBEDTLS=y | ||
|
||
CONFIG_IOTOOLS=y | ||
|
||
CONFIG_DROPBEAR=y | ||
|
||
CONFIG_MSRTOOLS=y | ||
|
This file was deleted.
Oops, something went wrong.
8ff1c2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linuxboot#1704 (comment)