summaryrefslogtreecommitdiffstats
path: root/src/board.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/board.sh')
-rw-r--r--src/board.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/board.sh b/src/board.sh
index a806be9..e55f676 100644
--- a/src/board.sh
+++ b/src/board.sh
@@ -17,6 +17,17 @@
board_functions='get_name match validate_chip get_dists'
+boards=''
+
+register_board()
+{
+ local board="${1}"
+ shift 1
+
+ boards="${boards} ${board}"
+ return 0
+}
+
find_board()
{
local board=