]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Disable flash in zc702 config
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 21 Mar 2012 20:17:14 +0000 (15:17 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 21 Mar 2012 20:17:14 +0000 (15:17 -0500)
zc702 has no NOR flash, so it must be disabled to boot.
The header is not needed when booting with the FSBL, so disable it.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
include/configs/zynq_zc702.h

index a2cd976b60fcfa1d16156f9bcc15051d8193b78b..a8547dbe5e3e901f1a8982f215e9b12c14d60704 100644 (file)
@@ -85,7 +85,7 @@
 #define        CONFIG_RTC_XPSSRTC
 
 /* Uncomment it if you don't want Flash */
-//#define CONFIG_SYS_NO_FLASH  
+#define CONFIG_SYS_NO_FLASH
 
 #include <config_cmd_default.h>        
 #define CONFIG_CMD_DATE                /* RTC? */
 #endif
 
 /* Place a Xilinx Boot ROM header in u-boot image? */
-#define CONFIG_PELE_XILINX_FLASH_HEADER
+//#define CONFIG_PELE_XILINX_FLASH_HEADER
 
 #ifdef CONFIG_PELE_XILINX_FLASH_HEADER
 /* Address Xilinx boot rom should use to launch u-boot */