summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2016-04-20 17:13:59 +0100
committerTom Rini <trini@konsulko.com>2016-04-25 15:10:34 -0400
commitcd593ed6999970cc705571332f0f3be7e40d1a96 (patch)
tree40f69303d820e3121097c1c9b00b6ac0b9381ed0 /configs
parentae4dc15d98c0a591a41f449c6887707fa3891dd7 (diff)
downloadtalos-obmc-uboot-cd593ed6999970cc705571332f0f3be7e40d1a96.tar.gz
talos-obmc-uboot-cd593ed6999970cc705571332f0f3be7e40d1a96.zip
ARM: hisilicon: hikey: Enable OF_CONTROL for hikey board.
Currently only the serial pl01x driver is using DT, and the other drivers still use platform data but as more DT lands in the upstream kernel the aim is to migrate the other drivers over to DT as well to have a fully DT configured hikey u-boot. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/hikey_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/hikey_defconfig b/configs/hikey_defconfig
index f5660eaf41..d150dd3bcd 100644
--- a/configs/hikey_defconfig
+++ b/configs/hikey_defconfig
@@ -14,3 +14,4 @@ CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_OF_LIBFDT=y
+CONFIG_DEFAULT_DEVICE_TREE="hi6220-hikey"
OpenPOWER on IntegriCloud