Introduce RISC-V GAP dev/platform

This commit is contained in:
Ivan Kravets
2018-09-20 13:56:42 +03:00
parent f0a91df2cf
commit 24f97ef768
3 changed files with 3 additions and 3 deletions

View File

@ -286,7 +286,7 @@ def generate_platform(name, rst_dir):
print "Processing platform: %s" % name
compatible_boards = [
board for board in BOARDS if name in board['platform']
board for board in BOARDS if name == board['platform']
]
lines = []