summaryrefslogtreecommitdiffstats
path: root/configs/P1020RDB-PC_SDCARD_defconfig
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2019-08-20 09:35:28 +0000
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-08-26 21:23:21 +0530
commitec70cedbceaee6c418fde79530a2761b94d0d94b (patch)
tree2c84fcfce4c2808e9f0d5933fae68a160dd22dea /configs/P1020RDB-PC_SDCARD_defconfig
parentfa3602859f795d3dda1c625052105bf6aea22b20 (diff)
downloadu-boot-ec70cedbceaee6c418fde79530a2761b94d0d94b.tar.gz
u-boot-ec70cedbceaee6c418fde79530a2761b94d0d94b.tar.xz
u-boot-ec70cedbceaee6c418fde79530a2761b94d0d94b.zip
powerpc: Enable device tree support for P1020RDB
Add device tree for P1020RDB boards and enable CONFIG_OF_CONTROL so that device tree can be compiled. Update board README for device tree usage. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/P1020RDB-PC_SDCARD_defconfig')
-rw-r--r--configs/P1020RDB-PC_SDCARD_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/P1020RDB-PC_SDCARD_defconfig b/configs/P1020RDB-PC_SDCARD_defconfig
index a139fe8769..6a31d8aa16 100644
--- a/configs/P1020RDB-PC_SDCARD_defconfig
+++ b/configs/P1020RDB-PC_SDCARD_defconfig
@@ -37,6 +37,8 @@ CONFIG_MP=y
# CONFIG_CMD_HASH is not set
CONFIG_CMD_EXT2=y
CONFIG_CMD_FAT=y
+CONFIG_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="p1020rdb-pc"
CONFIG_ENV_IS_IN_MMC=y
CONFIG_FSL_ESDHC=y
CONFIG_MTD_NOR_FLASH=y
@@ -57,4 +59,3 @@ CONFIG_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
-CONFIG_OF_LIBFDT=y