diff options
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2015-06-10 15:50:57 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-07-28 11:56:19 +0200 |
commit | 0b54a9dd09b8a06a1923c3f62f940626b062ccf7 (patch) | |
tree | 2110ccb7b16dd6485b7cab85096703d4d7f41417 /configs | |
parent | 7558000721076fb988e46c11edfed64ee33a4e0f (diff) | |
download | u-boot-imx-0b54a9dd09b8a06a1923c3f62f940626b062ccf7.zip u-boot-imx-0b54a9dd09b8a06a1923c3f62f940626b062ccf7.tar.gz u-boot-imx-0b54a9dd09b8a06a1923c3f62f940626b062ccf7.tar.bz2 |
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')
-rw-r--r-- | configs/xilinx_zynqmp_ep_defconfig (renamed from configs/xilinx_zynqmp_defconfig) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/xilinx_zynqmp_defconfig b/configs/xilinx_zynqmp_ep_defconfig index 1c64eea..cbed891 100644 --- a/configs/xilinx_zynqmp_defconfig +++ b/configs/xilinx_zynqmp_ep_defconfig @@ -1,6 +1,6 @@ CONFIG_ARM=y -CONFIG_TARGET_XILINX_ZYNQMP=y -CONFIG_DEFAULT_DEVICE_TREE="zynqmp" +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 |