mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 13:44:29 +08:00
ARM: zynq: Do not report NOR flash detection failure
With multi defconfig targeting several board configurations bug report like below is so verbose. Flash: ## Unknown flash on Bank 1 - Size = 0x00000000 = 0 MB 0 Bytes Do not report that message and simply say "Flash: 0 Bytes" because most of Zynq boards are using different type of flashes than NOR. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
3811746ed9
commit
5992f25797
@ -51,6 +51,7 @@
|
||||
# define CONFIG_SYS_FLASH_WRITE_TOUT 5000
|
||||
# define CONFIG_FLASH_SHOW_PROGRESS 10
|
||||
# undef CONFIG_SYS_FLASH_EMPTY_INFO
|
||||
# define CONFIG_SYS_FLASH_QUIET_TEST
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NAND_ZYNQ
|
||||
|
Loading…
Reference in New Issue
Block a user