Skip to content
Snippets Groups Projects
Commit 532adee6 authored by Jonas Smedegaard's avatar Jonas Smedegaard
Browse files

Add support for Teres-I to u-boot-install-sunxi64.

parent 4a015f02
No related merge requests found
......@@ -7,6 +7,7 @@ if [ -z "$TARGET" ] && [ -f "${dtmodel}" ]; then
Pinebook) TARGET="/usr/lib/u-boot/pinebook" ;;
Pine64+) TARGET="/usr/lib/u-boot/pine64_plus" ;;
"Olimex A64-Olinuxino") TARGET="/usr/lib/u-boot/a64-olinuxino/" ;;
"Olimex A64 Teres-I") TARGET="/usr/lib/u-boot/teres_i/" ;;
esac
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment