summaryrefslogtreecommitdiff
path: root/configs/pogo_e02_defconfig
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2018-05-08 22:34:20 +1200
committerStefan Roese <sr@denx.de>2018-05-17 17:35:26 +0200
commit72f4013e9543220c0dbfbf4804fc6956a1b23609 (patch)
treef013815eb46d99158e8d50e8704163cc9f21986c /configs/pogo_e02_defconfig
parente800ace5604d81ae7057da2739b35ffd8a95b05e (diff)
ARM: kirkwood: Add device-tree for pogo_e02
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/pogo_e02_defconfig')
-rw-r--r--configs/pogo_e02_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/pogo_e02_defconfig b/configs/pogo_e02_defconfig
index 6d1af7748d..0c4c023406 100644
--- a/configs/pogo_e02_defconfig
+++ b/configs/pogo_e02_defconfig
@@ -3,6 +3,7 @@ CONFIG_KIRKWOOD=y
CONFIG_SYS_TEXT_BASE=0x600000
CONFIG_TARGET_POGO_E02=y
CONFIG_IDENT_STRING="\nPogo E02"
+CONFIG_DEFAULT_DEVICE_TREE="kirkwood-pogo_e02"
CONFIG_BOOTDELAY=3
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_SYS_PROMPT="PogoE02> "
@@ -18,6 +19,7 @@ CONFIG_CMD_FAT=y
CONFIG_CMD_JFFS2=y
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
@@ -26,4 +28,3 @@ CONFIG_SYS_NS16550=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y
-CONFIG_OF_LIBFDT=y