Skip to content

Commit

Permalink
Adjust parameters for Khadas Edge2
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Aug 19, 2024
1 parent 4ffe5bc commit 417b7a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/boards/khadas-edge2.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Rockchip RK3588s 2GB-16GB GBE eMMC NVMe SATA USB3 WiFi
declare -g BOARD_NAME="Khadas Edge2"
declare -g BOARDFAMILY="rockchip-rk3588"
declare -g BOARD_MAINTAINER="igorpecovnik"
declare -g BOARD_MAINTAINER="efectn"
declare -g BOOT_SOC="rk3588" # Just to avoid errors in rockchip64_commmon
declare -g KERNEL_TARGET="vendor,edge"
declare -g KERNEL_TEST_TARGET="vendor"
declare -g KERNEL_TARGET="vendor,current,edge"
declare -g KERNEL_TEST_TARGET="vendor,current"
declare -g IMAGE_PARTITION_TABLE="gpt"
declare -g BOOT_FDT_FILE="rockchip/rk3588s-khadas-edge2.dtb" # Specific to this board

Expand Down

0 comments on commit 417b7a3

Please sign in to comment.