]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: ge: mx53ppd: Move check_time() to common location
authorMartyn Welch <martyn.welch@collabora.co.uk>
Wed, 8 Nov 2017 15:59:35 +0000 (15:59 +0000)
committerStefano Babic <sbabic@denx.de>
Fri, 29 Dec 2017 10:17:22 +0000 (11:17 +0100)
commit647155bcd549edae57f027e08add4c9ac090f05e
treeb964c45a757ed8151387b695dfefd6e050915623
parent1b25f2d9d72823cc6ba35e8cb9086c9b3f6b849b
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>
board/ge/common/Makefile
board/ge/common/ge_common.c [new file with mode: 0644]
board/ge/common/ge_common.h [new file with mode: 0644]
board/ge/mx53ppd/mx53ppd.c