mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
zynq-common: Rename zynq with zynq-common
zynq.h -> zynq-common.h, zynq-common is Common configuration options for all Zynq boards. zynq.h is no longer exists hense removed from boards.cfg Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
88fcfb1ce7
commit
06fe8daeb5
2 changed files with 6 additions and 5 deletions
|
@ -357,8 +357,6 @@ Active arm armv7 socfpga altera socfpga
|
|||
Active arm armv7 u8500 st-ericsson snowball snowball - Mathieu Poirier <mathieu.poirier@linaro.org>
|
||||
Active arm armv7 u8500 st-ericsson u8500 u8500_href - -
|
||||
Active arm armv7 vf610 freescale vf610twr vf610twr vf610twr:IMX_CONFIG=board/freescale/vf610twr/imximage.cfg Alison Wang <b18965@freescale.com>
|
||||
Active arm armv7 zynq xilinx zynq zynq - Michal Simek <monstr@monstr.eu>
|
||||
Active arm armv7 zynq xilinx zynq zynq_dcc zynq:ZYNQ_DCC Michal Simek <monstr@monstr.eu>
|
||||
Active arm armv7:arm720t tegra114 nvidia dalmore dalmore - Tom Warren <twarren@nvidia.com>
|
||||
Active arm armv7:arm720t tegra20 avionic-design medcom-wide medcom-wide - Alban Bedel <alban.bedel@avionic-design.de>
|
||||
Active arm armv7:arm720t tegra20 avionic-design plutux plutux - Alban Bedel <alban.bedel@avionic-design.de>
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
/*
|
||||
* (C) Copyright 2012 Michal Simek <monstr@monstr.eu>
|
||||
* (C) Copyright 2013 Xilinx, Inc.
|
||||
*
|
||||
* Common configuration options for all Zynq boards.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_ZYNQ_H
|
||||
#define __CONFIG_ZYNQ_H
|
||||
#ifndef __CONFIG_ZYNQ_COMMON_H
|
||||
#define __CONFIG_ZYNQ_COMMON_H
|
||||
|
||||
/* High Level configuration Options */
|
||||
#define CONFIG_ARMV7
|
||||
|
@ -170,4 +173,4 @@
|
|||
#define CONFIG_CMD_DHCP
|
||||
#define CONFIG_CMD_MII
|
||||
|
||||
#endif /* __CONFIG_ZYNQ_H */
|
||||
#endif /* __CONFIG_ZYNQ_COMMON_H */
|
Loading…
Add table
Reference in a new issue