Enable EDGE on khadas edge2

This commit is contained in:
Igor Pecovnik 2023-11-16 15:36:36 +01:00 committed by Igor
parent 79edb0c511
commit 446c703aaa

View File

@ -3,7 +3,7 @@ declare -g BOARD_NAME="Khadas Edge2"
declare -g BOARDFAMILY="rockchip-rk3588"
declare -g BOARD_MAINTAINER="igorpecovnik"
declare -g BOOT_SOC="rk3588" # Just to avoid errors in rockchip64_commmon
declare -g KERNEL_TARGET="legacy"
declare -g KERNEL_TARGET="legacy,edge"
declare -g IMAGE_PARTITION_TABLE="gpt"
declare -g BOOT_FDT_FILE="rockchip/rk3588s-khadas-edge2.dtb" # Specific to this board