commit | fbe7e2ff9d470226d4b8f1ed70101b3b9c739043 | [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 | 57c4aadc696afbbc21c3dd30c1004719f9e5aa07 [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