summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2017-11-21 12:07:02 +0530
committerVincent Guittot <vincent.guittot@linaro.org>2018-02-27 18:23:47 +0100
commit3db1444cd5776bfdb3a94648df8ec6011c4ba94b (patch)
tree27481800dfada25b55469d27404157981dda8cbe
parent010b92e45d4ad3e13067e0e604a5fc9fe97d4d45 (diff)
WIP: hikey960_defconfig: Switch build to generating Image-dtb file
For the UEFI transition, we'll need to use Image-dtb files, so change the hikey960_defconfig to generate them. Change-Id: I33038fb7064a1dd151edd516f01745f78b664c8c Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--arch/arm64/configs/hikey960_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/configs/hikey960_defconfig b/arch/arm64/configs/hikey960_defconfig
index 615f6857b4f5..ac52ebf8b2b0 100644
--- a/arch/arm64/configs/hikey960_defconfig
+++ b/arch/arm64/configs/hikey960_defconfig
@@ -56,6 +56,9 @@ CONFIG_SWP_EMULATION=y
CONFIG_CP15_BARRIER_EMULATION=y
CONFIG_SETEND_EMULATION=y
CONFIG_CMDLINE="console=ttyAMA0"
+CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y
+CONFIG_IMG_DTB=y
+CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES="hisilicon/hi3660-hikey960"
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_BINFMT_MISC=y
CONFIG_COMPAT=y