aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-09-02 21:28:21 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-09-02 21:28:21 +0300
commite1fa831418108952b2967499d0c81ec0c5175ec2 (patch)
treea70f3e4fcab7cd22c1a53f839412a24cde64aa25
parentef0a9febbccec50f799a5fd56e98066fa8325768 (diff)
genericarmv8-ilp32.conf: set kernel device tree to HiKey
The ARMv8 ILP32 machine is becoming less generic and more HiKey specific. We should restore it as before and create a new HiKey machine for ILP32. In the meantime, set the kernel device tree to use for HiKey board. Change-Id: Ib3ead979336f7be84f49749538e610ef2c72a8d6 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--meta-ilp32/conf/machine/genericarmv8-ilp32.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ilp32/conf/machine/genericarmv8-ilp32.conf b/meta-ilp32/conf/machine/genericarmv8-ilp32.conf
index c3b9ece5..997f557d 100644
--- a/meta-ilp32/conf/machine/genericarmv8-ilp32.conf
+++ b/meta-ilp32/conf/machine/genericarmv8-ilp32.conf
@@ -23,6 +23,7 @@ MACHINE_FEATURES = ""
PREFERRED_PROVIDER_virtual/kernel ?= "linux-hikey-ilp32"
KERNEL_IMAGETYPE = "Image"
+KERNEL_DEVICETREE = "hisilicon/hi6220-hikey.dtb"
# We have to disable SERIAL_CONSOLE due to auto-serial-console
#SERIAL_CONSOLE = "115200 ttyAMA0"