aboutsummaryrefslogtreecommitdiff
path: root/configs/r2dplus_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-08-31 18:27:58 +0200
committerMarek Vasut <marex@denx.de>2019-09-02 17:38:43 +0200
commit8c2c46350d937bae357dc3f69adcbff0022f70ec (patch)
treebf65f22be8474aa9e3d79ab231e4ba6f9873017d /configs/r2dplus_defconfig
parentc88bced3f6da6674f2cd59701fa4d46f37b76e84 (diff)
downloadu-boot-8c2c46350d937bae357dc3f69adcbff0022f70ec.zip
u-boot-8c2c46350d937bae357dc3f69adcbff0022f70ec.tar.gz
u-boot-8c2c46350d937bae357dc3f69adcbff0022f70ec.tar.bz2
sh: r2dplus: Enable OF control
Enable OF control for SH4 R2Dplus board. This is necessary, because the PCI uclass is designed in a way that makes it depend on DT and disallows instanciating devices without DT (e.g. with platdata). Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r2dplus_defconfig')
-rw-r--r--configs/r2dplus_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig
index 43bf97c..51a8587 100644
--- a/configs/r2dplus_defconfig
+++ b/configs/r2dplus_defconfig
@@ -16,6 +16,8 @@ CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT2=y
CONFIG_DOS_PARTITION=y
+CONFIG_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="sh7751-r2dplus"
CONFIG_ENV_IS_IN_FLASH=y
CONFIG_DM=y
CONFIG_MTD_NOR_FLASH=y