From aae8e840115c1f8e87c7a93b15e73c2fbf384387 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 28 Jul 2017 15:44:20 +0800 Subject: [PATCH] ls1021atwr: update kernel config Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- conf/machine/ls1021atwr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf index 457703ee..6312f2b4 100644 --- a/conf/machine/ls1021atwr.conf +++ b/conf/machine/ls1021atwr.conf @@ -23,7 +23,7 @@ UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" -KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls1021a_defconfig" +KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig" UBOOT_ENTRYPOINT = "0x80008000" EXTRA_IMAGEDEPENDS += "rcw qe-ucode" -- 2.40.1