From d96c26040e901a1ab0264a105e61ee9dadbca701 Mon Sep 17 00:00:00 2001 From: Simon Glass <sjg@chromium.org> Date: Sat, 28 Dec 2019 10:44:58 -0700 Subject: common: Move clock functions into a new file These three clock functions don't use driver model and should be migrated. In the meantime, create a new file to hold them. Signed-off-by: Simon Glass <sjg@chromium.org> --- board/freescale/t4qds/spl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/freescale/t4qds') diff --git a/board/freescale/t4qds/spl.c b/board/freescale/t4qds/spl.c index 4cf7c09943..d72d207a76 100644 --- a/board/freescale/t4qds/spl.c +++ b/board/freescale/t4qds/spl.c @@ -3,6 +3,7 @@ */ #include <common.h> +#include <clock_legacy.h> #include <console.h> #include <env_internal.h> #include <init.h> -- cgit v1.2.1