From 9b4a205f454dd19687aaf9a22a5bc01164182a90 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:45:05 -0700 Subject: common: Move RAM-sizing functions to init.h These functions relate to memory init so move them into the init header. Signed-off-by: Simon Glass --- cmd/ti/ddr3.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/ti') diff --git a/cmd/ti/ddr3.c b/cmd/ti/ddr3.c index 5513089..a452fe7 100644 --- a/cmd/ti/ddr3.c +++ b/cmd/ti/ddr3.c @@ -6,6 +6,7 @@ */ #include +#include #include #include #include -- cgit v1.1