summaryrefslogtreecommitdiffstats
path: root/configs/P1010RDB-PB_NAND_defconfig
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2020-05-01 19:06:26 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2020-05-04 09:12:37 +0530
commitd2d019b7c33d9dfa474cc13f2d8c0bcab7a73a04 (patch)
treee6ffe039961ed322d714d1596221cc97b127462e /configs/P1010RDB-PB_NAND_defconfig
parenta45fa9e8008506ba9f670611aa6efe8e31bd196d (diff)
downloadu-boot-d2d019b7c33d9dfa474cc13f2d8c0bcab7a73a04.tar.gz
u-boot-d2d019b7c33d9dfa474cc13f2d8c0bcab7a73a04.tar.xz
u-boot-d2d019b7c33d9dfa474cc13f2d8c0bcab7a73a04.zip
powerpc: Enable device tree support for P1010RDB
Add device tree for P1010RDB boards and enable CONFIG_OF_CONTROL so that device tree can be compiled. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/P1010RDB-PB_NAND_defconfig')
-rw-r--r--configs/P1010RDB-PB_NAND_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/P1010RDB-PB_NAND_defconfig b/configs/P1010RDB-PB_NAND_defconfig
index 4a216dd55b..0d9df36ea1 100644
--- a/configs/P1010RDB-PB_NAND_defconfig
+++ b/configs/P1010RDB-PB_NAND_defconfig
@@ -10,6 +10,8 @@ CONFIG_SPL=y
CONFIG_SPL_TEXT_BASE=0xFF800000
CONFIG_MPC85xx=y
CONFIG_TARGET_P1010RDB_PB=y
+CONFIG_DEFAULT_DEVICE_TREE="p1010rdb-pb"
+CONFIG_OF_CONTROL=y
CONFIG_SYS_CUSTOM_LDSCRIPT=y
CONFIG_SYS_LDSCRIPT="arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
CONFIG_FIT=y
@@ -75,6 +77,5 @@ CONFIG_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
-CONFIG_OF_LIBFDT=y
CONFIG_DM_I2C=y
CONFIG_DM_RTC=y