aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-bsp/u-boot/files/kc705-microblazeel.cfg
blob: 8fb38950632a5ec802fec54326773d675384ba8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# SPDX-License-Identifier: MIT

#........................................................................
#                                WARNING
#
# This file is a u-boot configuration fragment, and not a full u-boot
# configuration file. The final u-boot configuration is made up of
# an assembly of processed fragments, each of which is designed to
# capture a specific part of the final configuration (e.g. platform
# configuration, feature configuration, and board specific hardware
# configuration).  For more information on u-boot configuration, please
# refer the product documentation.
#
#.......................................................................

#
# Definitions for KC705 evaluation board
#
CONFIG_SYS_FLASH_PROTECTION=y
CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
CONFIG_SYS_FLASH_CFI=y
CONFIG_FLASH_CFI_DRIVER=y
CONFIG_CMD_FLASH=y
CONFIG_CMD_IMLS=y
CONFIG_MTD_NOR_FLASH=y
CONFIG_MTD_DEVICE=y
# CONFIG_CMD_SPI is not set
# CONFIG_CMD_SF is not set
# CONFIG_SPI_FLASH is not set
# CONFIG_SPI_FLASH_BAR is not set
# CONFIG_DM_SPI_FLASH is not set
# CONFIG_DM_SPI is not set
# CONFIG_SPI_FLASH_SPANSION is not set
# CONFIG_SPI_FLASH_STMICRO is not set
# CONFIG_SPI_FLASH_WINBOND is not set
# CONFIG_SPI_FLASH_MACRONIX is not set
# CONFIG_SPI is not set
# CONFIG_SPI_FLASH_ISSI is not set
# CONFIG_XILINX_SPI is not set