]> git.sur5r.net Git - u-boot/commit
arc: Rename AXS101 board to more generic AXS10x
authorAlexey Brodkin <abrodkin@synopsys.com>
Thu, 4 Aug 2016 12:00:35 +0000 (15:00 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Fri, 5 Aug 2016 09:50:33 +0000 (12:50 +0300)
commit65fcba1251dcb1fc2c48966406145a69fee3a817
tree7c6742fdb921763dee0564bc58d2bea8e608b310
parentcc8be222d1cf37c4299c019b95d7d932f2a4bbcc
arc: Rename AXS101 board to more generic AXS10x

As of now we have 2 flavors of ARC SDP boards:
 1) AXS101 - with ARC770 in ASIC
 2) AXS103 - with ARC HS38 in FPGA

Both options share exactly the same base-board and only differ with
CPU-tiles in use. That means all peripherals are the same (they are
implemented in FPGA on the base-board) and so generic board could be
used for both.

While at it:
 * Recreated defconfigs with savedefconfig
 * In include/configs/axs10x.h numerical sizes replaced with
defines from linux/sizes.h for better readability.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
18 files changed:
arch/arc/Kconfig
arch/arc/dts/Makefile
board/synopsys/axs101/Kconfig [deleted file]
board/synopsys/axs101/MAINTAINERS [deleted file]
board/synopsys/axs101/Makefile [deleted file]
board/synopsys/axs101/axs101.c [deleted file]
board/synopsys/axs101/axs10x.h [deleted file]
board/synopsys/axs101/nand.c [deleted file]
board/synopsys/axs10x/Kconfig [new file with mode: 0644]
board/synopsys/axs10x/MAINTAINERS [new file with mode: 0644]
board/synopsys/axs10x/Makefile [new file with mode: 0644]
board/synopsys/axs10x/axs10x.c [new file with mode: 0644]
board/synopsys/axs10x/axs10x.h [new file with mode: 0644]
board/synopsys/axs10x/nand.c [new file with mode: 0644]
configs/axs101_defconfig
configs/axs103_defconfig
include/configs/axs101.h [deleted file]
include/configs/axs10x.h [new file with mode: 0644]