summaryrefslogtreecommitdiff
path: root/board/tbs
diff options
context:
space:
mode:
authorSoeren Moch <smoch@web.de>2019-03-01 13:10:54 +0100
committerStefano Babic <sbabic@denx.de>2019-04-13 20:30:09 +0200
commitb184dc077a4f2540a1342cdfd62613b5a2169a14 (patch)
tree5dbe61952de2144c807140d4a43151088b68a7ff /board/tbs
parent1edd85069965d2b9ab1877b798f2d186584e9ba3 (diff)
board: tbs2910: Add device tree
... as preparation for additional driver model coonversions. We use CONFIG_OF_EMBED here to keep u-boot.imx as final binary name. So we maintain compatibility with the original TBS u-boot and available HOWTOs for u-boot updates. Signed-off-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'board/tbs')
-rw-r--r--board/tbs/tbs2910/MAINTAINERS1
-rw-r--r--board/tbs/tbs2910/tbs2910.c6
2 files changed, 1 insertions, 6 deletions
diff --git a/board/tbs/tbs2910/MAINTAINERS b/board/tbs/tbs2910/MAINTAINERS
index bf176553d2..a3ad2f712a 100644
--- a/board/tbs/tbs2910/MAINTAINERS
+++ b/board/tbs/tbs2910/MAINTAINERS
@@ -1,6 +1,7 @@
TBS2910 BOARD
M: Soeren Moch <smoch@web.de>
S: Maintained
+F: arch/arm/dts/imx6q-tbs2910.dts
F: board/tbs/tbs2910/
F: configs/tbs2910_defconfig
F: include/configs/tbs2910.h
diff --git a/board/tbs/tbs2910/tbs2910.c b/board/tbs/tbs2910/tbs2910.c
index ecb45f208d..99b282ca6b 100644
--- a/board/tbs/tbs2910/tbs2910.c
+++ b/board/tbs/tbs2910/tbs2910.c
@@ -446,9 +446,3 @@ int board_init(void)
#endif
return 0;
}
-
-int checkboard(void)
-{
- puts("Board: TBS2910 Matrix ARM mini PC\n");
- return 0;
-}