commit | 7d258bfa2d262df3e0e6d2c58530ff2044ac7c78 | [log] [tgz] |
---|---|---|
author | Martyn Welch <martyn.welch@collabora.co.uk> | Wed Nov 08 15:59:35 2017 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Fri Dec 29 11:17:22 2017 +0100 |
tree | b964c45a757ed8151387b695dfefd6e050915623 | |
parent | afa7588471b6fa5538e5c9a6edaca860738c40c2 [diff] [blame] |
board: ge: mx53ppd: Move check_time() to common location We are going to be using check_time() on more than the mx53ppd, move this function to a common location. Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk>
diff --git a/board/ge/common/Makefile b/board/ge/common/Makefile index 93e6c01..f5be11b 100644 --- a/board/ge/common/Makefile +++ b/board/ge/common/Makefile
@@ -4,4 +4,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y := vpd_reader.o +obj-y := vpd_reader.o ge_common.o