summaryrefslogtreecommitdiff
path: root/board/synopsys/axs101/axs10x.h
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2016-08-04 15:00:35 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2016-08-05 12:50:33 +0300
commit65fcba1251dcb1fc2c48966406145a69fee3a817 (patch)
tree7c6742fdb921763dee0564bc58d2bea8e608b310 /board/synopsys/axs101/axs10x.h
parentcc8be222d1cf37c4299c019b95d7d932f2a4bbcc (diff)
downloadu-boot-imx-65fcba1251dcb1fc2c48966406145a69fee3a817.zip
u-boot-imx-65fcba1251dcb1fc2c48966406145a69fee3a817.tar.gz
u-boot-imx-65fcba1251dcb1fc2c48966406145a69fee3a817.tar.bz2
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>
Diffstat (limited to 'board/synopsys/axs101/axs10x.h')
-rw-r--r--board/synopsys/axs101/axs10x.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/synopsys/axs101/axs10x.h b/board/synopsys/axs101/axs10x.h
deleted file mode 100644
index 8e8c41f..0000000
--- a/board/synopsys/axs101/axs10x.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (C) 2015 Synopsys, Inc. All rights reserved.
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef _BOARD_SYNOPSYS_AXS10X_H
-#define _BOARD_SYNOPSYS_AXS10X_H
-
-enum {
- AXS_MB_V2,
- AXS_MB_V3
-};
-
-#endif /* _BOARD_SYNOPSYS_AXS10X_H */
-