commit | c08aa771735a79efa48b2422295d88ca044ce71d | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Sun Dec 01 11:23:31 2019 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 07 10:26:56 2020 +0100 |
tree | 99a1e55b8936190d33969ede9241e128b2ccb490 | |
parent | 1204b9675ed670da9317d87a5a29f06b6412745b [diff] [blame] |
imx6: aristainetos: add aristainetos 2b csl add aristainetso board version CSL. Signed-off-by: Heiko Schocher <hs@denx.de>
diff --git a/board/aristainetos/Kconfig b/board/aristainetos/Kconfig index 2e1d84d..9eb3c3b 100644 --- a/board/aristainetos/Kconfig +++ b/board/aristainetos/Kconfig
@@ -21,3 +21,15 @@ default 3 endif + +if TARGET_ARISTAINETOS2BCSL + +source "board/aristainetos/common/Kconfig" + +config SYS_BOARD + default "aristainetos" + +config SYS_BOARD_VERSION + default 4 + +endif