diff options
author | Soeren Moch | 2019-03-01 13:10:54 +0100 |
---|---|---|
committer | Stefano Babic | 2019-04-13 20:30:09 +0200 |
commit | b184dc077a4f2540a1342cdfd62613b5a2169a14 (patch) | |
tree | 5dbe61952de2144c807140d4a43151088b68a7ff /board/tbs/tbs2910/tbs2910.c | |
parent | 1edd85069965d2b9ab1877b798f2d186584e9ba3 (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/tbs2910/tbs2910.c')
-rw-r--r-- | board/tbs/tbs2910/tbs2910.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/tbs/tbs2910/tbs2910.c b/board/tbs/tbs2910/tbs2910.c index ecb45f208d0..99b282ca6b4 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; -} |