summaryrefslogtreecommitdiffstats
path: root/configs/xilinx_zynqmp_ep_defconfig
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2015-06-10 15:50:57 +0530
committerMichal Simek <michal.simek@xilinx.com>2015-07-28 11:56:19 +0200
commit0b54a9dd09b8a06a1923c3f62f940626b062ccf7 (patch)
tree2110ccb7b16dd6485b7cab85096703d4d7f41417 /configs/xilinx_zynqmp_ep_defconfig
parent7558000721076fb988e46c11edfed64ee33a4e0f (diff)
downloadblackbird-obmc-uboot-0b54a9dd09b8a06a1923c3f62f940626b062ccf7.tar.gz
blackbird-obmc-uboot-0b54a9dd09b8a06a1923c3f62f940626b062ccf7.zip
zynqmp: Define ep config for ZynqMP
Define a new config "zynqmp_ep" for ZynqMP instead of xilinx_zynqmp. This defconfig supports all emulation platforms of ZynqMP. Also renamed TARGET_XILINX_ZYNQMP to ARCH_ZYNQMP. Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_zynqmp_ep_defconfig')
-rw-r--r--configs/xilinx_zynqmp_ep_defconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_ep_defconfig b/configs/xilinx_zynqmp_ep_defconfig
new file mode 100644
index 0000000000..cbed891a5f
--- /dev/null
+++ b/configs/xilinx_zynqmp_ep_defconfig
@@ -0,0 +1,17 @@
+CONFIG_ARM=y
+CONFIG_ARCH_ZYNQMP=y
+CONFIG_DEFAULT_DEVICE_TREE="zynqmp-ep"
+# CONFIG_CMD_CONSOLE is not set
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_XIMG is not set
+# CONFIG_CMD_EDITENV is not set
+# CONFIG_CMD_ENV_EXISTS is not set
+# CONFIG_CMD_LOADB is not set
+# CONFIG_CMD_LOADS is not set
+# CONFIG_CMD_FPGA is not set
+# CONFIG_CMD_ITEST is not set
+# CONFIG_CMD_SETEXPR is not set
+# CONFIG_CMD_NET is not set
+# CONFIG_CMD_NFS is not set
+CONFIG_CMD_TIME=y
+CONFIG_CMD_TIMER=y
OpenPOWER on IntegriCloud