commit | 0ffd9db4f50198a07e7b1aee4d41af080c06763d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:45:06 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 14:02:35 2020 -0500 |
tree | 457e7b68186c0f1f0780408ac170b3e25e74f284 | |
parent | 8e16b1e51de261d32a012c426b7ced60c4690371 [diff] [blame] |
common: Move testdram() into init.h This function is called during init so move it to the init header file. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/include/init.h b/include/init.h index cb92c6a..2a33a3f 100644 --- a/include/init.h +++ b/include/init.h
@@ -109,6 +109,8 @@ long get_ram_size(long *base, long size); phys_size_t get_effective_memsize(void); +int testdram(void); + /** * arch_reserve_stacks() - Reserve all necessary stacks *