diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-10-30 15:05:54 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-11-04 14:49:53 +0100 |
commit | 1e370ef7e7a4fb0b801a848e190c01e06a2fbfce (patch) | |
tree | 7d51dd409dbf181452465c78d34285d3edf05c26 /configs | |
parent | 42800ffa7997082e2466c772bc2395dff0c95e3a (diff) | |
download | u-boot-1e370ef7e7a4fb0b801a848e190c01e06a2fbfce.tar.gz u-boot-1e370ef7e7a4fb0b801a848e190c01e06a2fbfce.tar.bz2 u-boot-1e370ef7e7a4fb0b801a848e190c01e06a2fbfce.zip |
ARM: zynq: Remove zc70x target
Remove zc70x target which was one setting for zc702 and zc706.
Currently zc702 and zc706 are separated.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/zynq_zc70x_defconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configs/zynq_zc70x_defconfig b/configs/zynq_zc70x_defconfig deleted file mode 100644 index 5d702b2f1d..0000000000 --- a/configs/zynq_zc70x_defconfig +++ /dev/null @@ -1,15 +0,0 @@ -CONFIG_ARM=y -CONFIG_ARCH_ZYNQ=y -CONFIG_TARGET_ZYNQ_ZC70X=y -CONFIG_DEFAULT_DEVICE_TREE="zynq-zc702" -CONFIG_SPL=y -CONFIG_FIT=y -CONFIG_FIT_VERBOSE=y -CONFIG_FIT_SIGNATURE=y -# CONFIG_CMD_IMLS is not set -# CONFIG_CMD_FLASH is not set -# CONFIG_CMD_SETEXPR is not set -CONFIG_OF_SEPARATE=y -CONFIG_NET_RANDOM_ETHADDR=y -CONFIG_SPI_FLASH=y -CONFIG_ZYNQ_QSPI=y |