All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/2] zynq: nand: Enable Nand flash controller driver a zynq board
       [not found] ` <1474633810-23959-2-git-send-email-sivadur@xilinx.com>
@ 2016-09-23 12:37   ` Siva Durga Prasad Paladugu
  0 siblings, 0 replies; only message in thread
From: Siva Durga Prasad Paladugu @ 2016-09-23 12:37 UTC (permalink / raw)
  To: u-boot

Hi,

Please ignore this series. I will resend the patch.

Regards,
Siva

> -----Original Message-----
> From: root [mailto:root at xhdsivadur40]
> Sent: Friday, September 23, 2016 6:00 PM
> To: u-boot at lists.denx.de
> Cc: oss at buserror.net; Michal Simek <michals@xilinx.com>; Siva Durga
> Prasad Paladugu <sivadur@xilinx.com>
> Subject: [PATCH 2/2] zynq: nand: Enable Nand flash controller driver a zynq
> board
> 
> Enable zynq Nand flash controller driver for a zynq ZC770
> XM011(dc2) board.
> 
> Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
> ---
>  configs/zynq_zc770_xm011_defconfig | 2 ++
>  include/configs/zynq-common.h      | 7 +++++++
>  2 files changed, 9 insertions(+)
> 
> diff --git a/configs/zynq_zc770_xm011_defconfig
> b/configs/zynq_zc770_xm011_defconfig
> index b841fdc..3ce7114 100644
> --- a/configs/zynq_zc770_xm011_defconfig
> +++ b/configs/zynq_zc770_xm011_defconfig
> @@ -4,6 +4,7 @@ CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm011"
>  CONFIG_FIT=y
>  CONFIG_FIT_VERBOSE=y
>  CONFIG_FIT_SIGNATURE=y
> +CONFIG_NAND_ZYNQ=y
>  CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM011"
>  CONFIG_SYS_NO_FLASH=y
>  CONFIG_SPL=y
> @@ -18,6 +19,7 @@ CONFIG_CMD_DHCP=y
>  CONFIG_CMD_MII=y
>  CONFIG_CMD_PING=y
>  CONFIG_CMD_CACHE=y
> +CONFIG_CMD_NAND=y
>  CONFIG_NET_RANDOM_ETHADDR=y
>  CONFIG_SPL_DM_SEQ_ALIAS=y
>  CONFIG_ZYNQ_GEM=y
> diff --git a/include/configs/zynq-common.h b/include/configs/zynq-
> common.h index 260df2f..27c02e5 100644
> --- a/include/configs/zynq-common.h
> +++ b/include/configs/zynq-common.h
> @@ -76,6 +76,13 @@
>  # define CONFIG_SYS_FLASH_USE_BUFFER_WRITE  #endif
> 
> +#ifdef CONFIG_NAND_ZYNQ
> +#define CONFIG_CMD_NAND_LOCK_UNLOCK
> +#define CONFIG_SYS_MAX_NAND_DEVICE	1
> +#define CONFIG_SYS_NAND_ONFI_DETECTION
> +#define CONFIG_MTD_DEVICE
> +#endif
> +
>  /* MMC */
>  #if defined(CONFIG_ZYNQ_SDHCI)
>  # define CONFIG_MMC
> --
> 2.7.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-23 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1474633810-23959-1-git-send-email-sivadur@xilinx.com>
     [not found] ` <1474633810-23959-2-git-send-email-sivadur@xilinx.com>
2016-09-23 12:37   ` [U-Boot] [PATCH 2/2] zynq: nand: Enable Nand flash controller driver a zynq board Siva Durga Prasad Paladugu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.