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>master
parent
7558000721
commit
0b54a9dd09
@ -1,6 +1,7 @@ |
||||
XILINX_ZYNQMP BOARD |
||||
XILINX_ZYNQMP_EP BOARD |
||||
M: Michal Simek <michal.simek@xilinx.com> |
||||
S: Maintained |
||||
F: board/xilinx/zynqmp/ |
||||
F: include/configs/xilinx_zynqmp.h |
||||
F: configs/xilinx_zynqmp_defconfig |
||||
F: include/configs/xilinx_zynqmp_ep.h |
||||
F: 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 |
@ -0,0 +1,26 @@ |
||||
/*
|
||||
* Configuration for Xilinx ZynqMP emulation |
||||
* platforms. See zynqmp-common.h for ZynqMP |
||||
* common configs |
||||
* |
||||
* (C) Copyright 2014 - 2015 Xilinx, Inc. |
||||
* Michal Simek <michal.simek@xilinx.com> |
||||
* Siva Durga Prasad Paladugu <sivadur@xilinx.com> |
||||
* |
||||
* Based on Configuration for Versatile Express |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
#ifndef __CONFIG_ZYNQMP_EP_H |
||||
#define __CONFIG_ZYNQMP_EP_H |
||||
|
||||
#define CONFIG_ZYNQ_SERIAL_UART0 |
||||
#define CONFIG_ZYNQ_SDHCI0 |
||||
#define CONFIG_ZYNQ_I2C0 |
||||
#define CONFIG_SYS_I2C_ZYNQ |
||||
#define CONFIG_ZYNQ_EEPROM |
||||
|
||||
#include <configs/xilinx_zynqmp.h> |
||||
|
||||
#endif /* __CONFIG_ZYNQMP_EP_H */ |
Loading…
Reference in new issue