This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
board-detect: split from linux and allow optional detection.
Move board detect check to be independent from linux, just depend on FEATURE_FILESYSTEM at this moment (that only Linux implements). The board-detect is then using its own Kconfig option and can be explicitly disabled in the case we're compiling to a single board. Also take the time to always validate the board name, not only when it came from envvar. Signed-off-by: Gustavo Sverzut Barbieri gustavo.barbieri@intel.com
- Loading branch information
Gustavo Sverzut Barbieri
committed
Sep 3, 2015
1 parent
bce30c6
commit 3e78c87
Showing
5 changed files
with
78 additions
and
34 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
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
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
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 |
---|---|---|
|
@@ -35,4 +35,3 @@ | |
#include <stdbool.h> | ||
|
||
char *sol_board_detect(void); | ||
bool sol_board_invalid_name(const char *name); |
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
3e78c87
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.
LGTM