Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsx committed Dec 22, 2024
1 parent 2053fde commit db91891
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 35 deletions.
4 changes: 2 additions & 2 deletions config/boards/100ask-rk3568.csc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
BOARD_NAME="100ASK RK3568"
BOARDFAMILY="rk35xx"
BOARD_MAINTAINER=""
BOOTCONFIG="rock-3a-rk3568_defconfig"
BOOTCONFIG="dshanpi-r1-rk3568_defconfig"
KERNEL_TARGET="vendor"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
Expand All @@ -15,7 +15,7 @@ BOOTFS_TYPE="fat"
function post_family_config__dshanpi-r1_use_mainline_uboot() {
display_alert "$BOARD" "Mainline U-Boot overrides for $BOARD - $BRANCH" "info"
unset BOOTFS_TYPE # fixes armbian-install and unneeded for modern uboot anyway
declare -g BOOTCONFIG="rock-3a-rk3568_defconfig"
declare -g BOOTCONFIG="dshanpi-r1-rk3568_defconfig"
declare -g BOOTDELAY=1
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot"
declare -g BOOTBRANCH="tag:v2024.10"
Expand Down
Loading

0 comments on commit db91891

Please sign in to comment.