Skip to content

Commit

Permalink
Merge pull request #282 from MoritzFago/banana-pi-armv7
Browse files Browse the repository at this point in the history
change Bananapi TARGET_ARCH to armv7
  • Loading branch information
teverett authored Jan 15, 2025
2 parents 682079d + fed9462 commit b0244ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/BananaPi/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ UBLDR_LOADADDR=0x42000000
SUNXI_UBOOT="u-boot-bananapi"
SUNXI_UBOOT_BIN="u-boot-sunxi-with-spl.bin"
IMAGE_SIZE=$((1900 * 1000 * 1000)) # 1.9 GB
TARGET_ARCH=armv6
TARGET_ARCH=armv7

UBOOT_PATH="/usr/local/share/u-boot/${SUNXI_UBOOT}"

Expand Down

0 comments on commit b0244ad

Please sign in to comment.