From fd57ab1c259352f2cbb097749122236acef1af9c Mon Sep 17 00:00:00 2001 From: Caesar Wang Date: Wed, 26 Sep 2018 13:49:08 +0800 Subject: [PATCH] device/rk3399: fixes the wrong configure Change-Id: I5c0c0ad72ffb5fb5155e1a172fd85834456bc2b8 Signed-off-by: Caesar Wang --- rk3399/BoardConfig.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rk3399/BoardConfig.mk b/rk3399/BoardConfig.mk index 51f9832..2d8f019 100755 --- a/rk3399/BoardConfig.mk +++ b/rk3399/BoardConfig.mk @@ -3,11 +3,11 @@ # Target arch export RK_ARCH=arm64 # Uboot defconfig -export RK_UBOOT_DEFCONFIG=rk3399 +export RK_UBOOT_DEFCONFIG=evb-rk3399 # Kernel defconfig export RK_KERNEL_DEFCONFIG=rockchip_linux_defconfig # Kernel dts -export RK_KERNEL_DTS=rk3399-rock960-ab +export RK_KERNEL_DTS=rk3399-sapphire-excavator-linux # boot image type export RK_BOOT_IMG=boot.img # kernel image path