Skip to content

Commit

Permalink
Merge pull request #135 from antmicro/fix_zephyr_litex_board
Browse files Browse the repository at this point in the history
zephyr: Change LiteX+VexRiscv board name
  • Loading branch information
mithro committed May 12, 2019
2 parents 2a54da2 + b69ea32 commit 345dfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-zephyr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ case $CPU in
vexriscv)
case "$CPU_VARIANT" in
lite* | standard* | full* | linux*)
TARGET_BOARD=arty_litex_vexriscv
TARGET_BOARD=litex_vexriscv
ZEPHYR_REPO=https://github.com/antmicro/zephyr
ZEPHYR_REPO_BRANCH=litex-vexriscv
;;
Expand Down

0 comments on commit 345dfb6

Please sign in to comment.