From cd593ed6999970cc705571332f0f3be7e40d1a96 Mon Sep 17 00:00:00 2001 From: Peter Griffin Date: Wed, 20 Apr 2016 17:13:59 +0100 Subject: 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 Reviewed-by: Tom Rini --- configs/hikey_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/hikey_defconfig') 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" -- cgit v1.2.3