Skip to content

Commit

Permalink
update linux-sunxi submodule.
Browse files Browse the repository at this point in the history
Use sunxi-3.4 now. Now a20 is also supported.

Signed-off-by: Jari Helaakoski <tekkuli@gmail.com>
  • Loading branch information
techn committed Oct 7, 2013
1 parent 8662a2c commit cc15aaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ generate_board_mk() {
KERNEL_CONFIG=a13${android:+_nuclear}_defconfig
EOT
;;
a20)
cat <<-EOT
MACH=sun7i
KERNEL_CONFIG=sun7i${android:+_nuclear}_defconfig
EOT
;;
*)
echo "$soc: unsupport SoC" >&2
return 1
Expand Down
2 changes: 1 addition & 1 deletion linux-sunxi
Submodule linux-sunxi updated 27331 files

0 comments on commit cc15aaf

Please sign in to comment.