diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2014-12-25 18:47:45 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-01-15 22:40:49 +0300 |
commit | e20bcb046b245d78f63c99811fc0ccdc6661aa82 (patch) | |
tree | b1333780cde2d83d63b321ac0f97b3ddfa12975a /board/synopsys/axs101/Kconfig | |
parent | 660d5f0d495197b4057bc1b3bdd201e500b03f1a (diff) | |
download | u-boot-imx-e20bcb046b245d78f63c99811fc0ccdc6661aa82.zip u-boot-imx-e20bcb046b245d78f63c99811fc0ccdc6661aa82.tar.gz u-boot-imx-e20bcb046b245d78f63c99811fc0ccdc6661aa82.tar.bz2 |
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>
Diffstat (limited to 'board/synopsys/axs101/Kconfig')
-rw-r--r-- | board/synopsys/axs101/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/synopsys/axs101/Kconfig b/board/synopsys/axs101/Kconfig index 8448265..79e5400 100644 --- a/board/synopsys/axs101/Kconfig +++ b/board/synopsys/axs101/Kconfig @@ -1,8 +1,5 @@ if TARGET_AXS101 -config SYS_CPU - default "arc700" - config SYS_BOARD default "axs101" |