diff --git a/rk3328/BoardConfig.mk b/rk3328/BoardConfig.mk index 52347d3..e48ee3d 100755 --- a/rk3328/BoardConfig.mk +++ b/rk3328/BoardConfig.mk @@ -3,11 +3,11 @@ # Target arch export RK_ARCH=arm64 # Uboot defconfig -export RK_UBOOT_DEFCONFIG=evb-rk3328 +export RK_UBOOT_DEFCONFIG=rk3328 # Kernel defconfig export RK_KERNEL_DEFCONFIG=rockchip_linux_defconfig # Kernel dts -export RK_KERNEL_DTS=rk3328-evb-linux +export RK_KERNEL_DTS=rk3328-evb # boot image type export RK_BOOT_IMG=boot.img # kernel image path diff --git a/rk3328/BoardConfig_debian.mk b/rk3328/BoardConfig_debian.mk index 1ed9a26..ce11959 100755 --- a/rk3328/BoardConfig_debian.mk +++ b/rk3328/BoardConfig_debian.mk @@ -3,11 +3,11 @@ # Target arch export RK_ARCH=arm64 # Uboot defconfig -export RK_UBOOT_DEFCONFIG=evb-rk3328 +export RK_UBOOT_DEFCONFIG=rk3328 # Kernel defconfig export RK_KERNEL_DEFCONFIG=rockchip_linux_defconfig # Kernel dts -export RK_KERNEL_DTS=rk3328-evb-linux +export RK_KERNEL_DTS=rk3328-evb # boot image type export RK_BOOT_IMG=boot.img # kernel image path