u-boot-brain/board/synopsys/axs101/Kconfig
Alexey Brodkin e20bcb046b board/synopsys: remove selection of CPU from the board
Both ARCangel4 and AXS10x are FPGA-based boards so they may have
different CPUs. For now we have only 1 option (ARC700) and we define
this as default in arch Kconfig.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2015-01-15 22:40:49 +03:00

13 lines
141 B
Plaintext

if TARGET_AXS101
config SYS_BOARD
default "axs101"
config SYS_VENDOR
default "synopsys"
config SYS_CONFIG_NAME
default "axs101"
endif