Skip to content

Commit

Permalink
Merge branch 'main' into fix_slow_image_creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexl83 authored Jun 9, 2024
2 parents 710cb08 + 282fb96 commit b49130a
Show file tree
Hide file tree
Showing 509 changed files with 21,393 additions and 7,411 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Allwinner H6 quad core 2GB SoC WiFi eMMC
BOARD_NAME="Inovato Quadra"
BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOARD_MAINTAINER="NicoD-SBC"
BOOTCONFIG="tanix_tx6_defconfig"
CRUSTCONFIG="tanix_tx6_defconfig"
BOOT_FDT_FILE="allwinner/sun50i-h6-inovato-quadra.dtb"
Expand Down
2 changes: 1 addition & 1 deletion config/bootscripts/boot-odroid-xu4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ if test "${cs2enable}" = "true"; then

setenv overlays "i2c0 i2c1 hktft-cs-ogst"
for overlay in ${overlays}; do
ext4load mmc 0:1 0x60000000 /boot/dtb/overlays/${overlay}.dtbo
ext4load mmc 0:1 0x60000000 /boot/dtb/${overlay}.dtbo
fdt apply 0x60000000
done
fi
Expand Down
Loading

0 comments on commit b49130a

Please sign in to comment.