diff options
author | Heiko Schocher | 2019-12-01 11:23:07 +0100 |
---|---|---|
committer | Stefano Babic | 2020-01-07 10:26:55 +0100 |
commit | 1b857f1a92799ded10ea230ee96b6acb3285b562 (patch) | |
tree | 5e443a91c1eba2ba828f3a28a0f60113502c1945 /board | |
parent | 3882e6fc019697f511d644261ed2d827c1417480 (diff) |
imx6: aristainetos: remove 2b version
remove 2b version of aristainetos board, as it
is easier to make the DM / DTS port and introduce
the 2b board version again (also some more board
version).
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board')
-rw-r--r-- | board/aristainetos/Kconfig | 18 | ||||
-rw-r--r-- | board/aristainetos/MAINTAINERS | 1 | ||||
-rw-r--r-- | board/aristainetos/common/Kconfig | 1 |
3 files changed, 0 insertions, 20 deletions
diff --git a/board/aristainetos/Kconfig b/board/aristainetos/Kconfig index 60ad69fa5bc..2bb12fce755 100644 --- a/board/aristainetos/Kconfig +++ b/board/aristainetos/Kconfig @@ -12,21 +12,3 @@ config BOARDNAME default "aristainetos2" endif - -if TARGET_ARISTAINETOS2B - -source "board/aristainetos/common/Kconfig" - -config SYS_BOARD - default "aristainetos" - -config SYS_CONFIG_NAME - default "aristainetos2b" - -config SYS_BOARD_VERSION - default 3 - -config BOARDNAME - default "aristainetos2-revB" - -endif diff --git a/board/aristainetos/MAINTAINERS b/board/aristainetos/MAINTAINERS index c9e05285dfa..7e9f38d174a 100644 --- a/board/aristainetos/MAINTAINERS +++ b/board/aristainetos/MAINTAINERS @@ -4,4 +4,3 @@ S: Maintained F: board/aristainetos/ F: include/configs/aristainetos2.h F: configs/aristainetos2_defconfig -F: configs/aristainetos2b_defconfig diff --git a/board/aristainetos/common/Kconfig b/board/aristainetos/common/Kconfig index 53a3f4d5527..16c13258891 100644 --- a/board/aristainetos/common/Kconfig +++ b/board/aristainetos/common/Kconfig @@ -8,7 +8,6 @@ config SYS_BOARD_VERSION help version of aristainetos board version 2 version 2 - 3 version 2b config SYS_I2C_MXC_I2C1 default y |