From: Jagannadha Sutradharudu Teki Date: Tue, 4 Dec 2012 18:15:05 +0000 (+0530) Subject: zynq: Enable NAND flash environment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64cae612b44d67fc08bedfd61214d11cd1e9e377;p=thirdparty%2Fu-boot.git zynq: Enable NAND flash environment This patch creates NAND flash environment of size 128KiB from 0xE0000. Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index 2c876f9916b..25c2429efc5 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -154,6 +154,9 @@ # elif defined(CONFIG_ZYNQ_SPI) /* Environment in Serial Flash */ # define CONFIG_ENV_IS_IN_SPI_FLASH +# elif defined(CONFIG_NAND_ZYNQ) +/* Environment in NAND flash */ +# define CONFIG_ENV_IS_IN_NAND # endif # define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE