diff options
| author | Simon Glass <[email protected]> | 2019-12-28 10:45:06 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-01-17 14:02:35 -0500 |
| commit | 49acd56e4f1b0cb76af73bb1b22db20c81af3f78 (patch) | |
| tree | 457e7b68186c0f1f0780408ac170b3e25e74f284 /include/common.h | |
| parent | 9b4a205f454dd19687aaf9a22a5bc01164182a90 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/common.h b/include/common.h index f9ad184f4a5..b25744854c7 100644 --- a/include/common.h +++ b/include/common.h @@ -59,10 +59,6 @@ void hang (void) __attribute__ ((noreturn)); #include <display_options.h> -#if defined(CONFIG_SYS_DRAM_TEST) -int testdram(void); -#endif /* CONFIG_SYS_DRAM_TEST */ - /* lib/uuid.c */ #include <uuid.h> |
