summaryrefslogtreecommitdiff
path: root/configs/P1020RDB-PD_NAND_defconfig
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2019-08-20 12:35:28 +0300
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-08-26 18:53:21 +0300
commitec70cedbceaee6c418fde79530a2761b94d0d94b (patch)
tree2c84fcfce4c2808e9f0d5933fae68a160dd22dea /configs/P1020RDB-PD_NAND_defconfig
parentfa3602859f795d3dda1c625052105bf6aea22b20 (diff)
downloadu-boot-ec70cedbceaee6c418fde79530a2761b94d0d94b.tar.xz
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-PD_NAND_defconfig')
-rw-r--r--configs/P1020RDB-PD_NAND_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/P1020RDB-PD_NAND_defconfig b/configs/P1020RDB-PD_NAND_defconfig
index 0327e5adc8..7b80337c0f 100644
--- a/configs/P1020RDB-PD_NAND_defconfig
+++ b/configs/P1020RDB-PD_NAND_defconfig
@@ -44,6 +44,8 @@ CONFIG_CMD_FAT=y
CONFIG_CMD_MTDPARTS=y
CONFIG_MTDIDS_DEFAULT="nor0=ec000000.nor"
CONFIG_MTDPARTS_DEFAULT="mtdparts=ec000000.nor:128k(dtb),6016k(kernel),57088k(fs),1m(vsc7385-firmware),1280k(u-boot)"
+CONFIG_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="p1020rdb-pd"
CONFIG_ENV_IS_IN_NAND=y
CONFIG_FSL_ESDHC=y
CONFIG_MTD_NOR_FLASH=y
@@ -66,4 +68,3 @@ CONFIG_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
-CONFIG_OF_LIBFDT=y