commit | ed782a74547cd12634051e503c86ac4e1f754775 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:45:06 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:49 2020 +0530 |
tree | 835750e79ea23e90b404210c3f8d7b623481d08c | |
parent | 91527c9a306fca0f8162a22d8ecc4c7be0dfe332 [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 *