diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-05-08 22:34:16 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-05-17 17:35:25 +0200 |
commit | 519944e3c5bf33a045909cb8f54c10177ecb4b6e (patch) | |
tree | ff274f62be5df6c958b962b58e2daf98fc683520 /configs | |
parent | c8faf97e9aca3cbb8cb30d72b426b08c9eb1626d (diff) |
ARM: kirkwood: Add device-tree for iconnect
Import the dts files from Linux 4.17 and enable CONFIG_OF_CONTROL.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/iconnect_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/iconnect_defconfig b/configs/iconnect_defconfig index bdd01d1387..736db90cd7 100644 --- a/configs/iconnect_defconfig +++ b/configs/iconnect_defconfig @@ -3,6 +3,7 @@ CONFIG_KIRKWOOD=y CONFIG_SYS_TEXT_BASE=0x600000 CONFIG_TARGET_ICONNECT=y CONFIG_IDENT_STRING=" Iomega iConnect" +CONFIG_DEFAULT_DEVICE_TREE="kirkwood-iconnect" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SYS_PROMPT="iconnect => " @@ -18,6 +19,7 @@ CONFIG_CMD_JFFS2=y CONFIG_MTDPARTS_DEFAULT="mtdparts=orion_nand:0x80000@0x0(uboot),0x20000@0x80000(uboot_env),-@0xa0000(rootfs)" CONFIG_CMD_UBI=y CONFIG_ISO_PARTITION=y +CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_NAND=y # CONFIG_MMC is not set CONFIG_NETDEVICES=y @@ -27,4 +29,3 @@ CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_LZMA=y -CONFIG_OF_LIBFDT=y |