diff options
author | Tom Rini <trini@ti.com> | 2015-01-20 16:41:11 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-20 16:41:11 -0500 |
commit | 768f6096f9c389b5ed36bee2957bee16b085fc4a (patch) | |
tree | 75d1efa0368647df87dfe4dbd16a101cbdecdc60 /board | |
parent | 1cd20006989532c0a688870a43727ace58997785 (diff) | |
parent | fdff23702a361e89a153222233231af4d00d6e2a (diff) | |
download | u-boot-imx-768f6096f9c389b5ed36bee2957bee16b085fc4a.zip u-boot-imx-768f6096f9c389b5ed36bee2957bee16b085fc4a.tar.gz u-boot-imx-768f6096f9c389b5ed36bee2957bee16b085fc4a.tar.bz2 |
Merge git://git.denx.de/u-boot-arc
Diffstat (limited to 'board')
-rw-r--r-- | board/synopsys/Kconfig | 6 | ||||
-rw-r--r-- | board/synopsys/axs101/Kconfig | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/board/synopsys/Kconfig b/board/synopsys/Kconfig index a54d3df..f614f88 100644 --- a/board/synopsys/Kconfig +++ b/board/synopsys/Kconfig @@ -1,8 +1,5 @@ if TARGET_ARCANGEL4 -config SYS_CPU - default "arc700" - config SYS_VENDOR default "synopsys" @@ -13,9 +10,6 @@ endif if TARGET_ARCANGEL4_BE -config SYS_CPU - default "arc700" - config SYS_VENDOR default "synopsys" 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" |