summaryrefslogtreecommitdiffstats
path: root/configs/MPC8548CDS_defconfig
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2019-08-20 09:35:36 +0000
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-08-26 21:33:46 +0530
commitf83c7788a71eb3a67571f80a7917f2404156df70 (patch)
treecf93324898f68c186f228b1f17d7ec55f2b442f2 /configs/MPC8548CDS_defconfig
parent7bb72855b340332d448fda5b6cebf365468640bf (diff)
downloadu-boot-f83c7788a71eb3a67571f80a7917f2404156df70.tar.gz
u-boot-f83c7788a71eb3a67571f80a7917f2404156df70.tar.xz
u-boot-f83c7788a71eb3a67571f80a7917f2404156df70.zip
powerpc: Enable device tree support for MPC8548CDS
Add device tree for MPC8548CDS board and enable CONFIG_OF_CONTROL so that device tree can be compiled. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/MPC8548CDS_defconfig')
-rw-r--r--configs/MPC8548CDS_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/MPC8548CDS_defconfig b/configs/MPC8548CDS_defconfig
index 09726d2830..72239da0c3 100644
--- a/configs/MPC8548CDS_defconfig
+++ b/configs/MPC8548CDS_defconfig
@@ -1,8 +1,11 @@
CONFIG_PPC=y
CONFIG_SYS_TEXT_BASE=0xFFF80000
CONFIG_MPC85xx=y
+CONFIG_MPC85XX_HAVE_RESET_VECTOR=y
# CONFIG_CMD_ERRATA is not set
CONFIG_TARGET_MPC8548CDS=y
+CONFIG_DEFAULT_DEVICE_TREE="mpc8548cds"
+CONFIG_OF_CONTROL=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
CONFIG_BOOTDELAY=10