diff options
author | Michal Simek | 2015-01-30 10:51:46 +0100 |
---|---|---|
committer | Michal Simek | 2015-02-09 15:08:48 +0100 |
commit | 0267ba5d869cdc482c0b947ef8de89ce7403ac8c (patch) | |
tree | 160cd1cf0e2bfaa9a4ed2cb8ab60e4f63b9a3383 /include | |
parent | 7f641d53bbb3a426a3bfb132d8346153e86a9d08 (diff) |
common: Move dram_init() declaration to common location
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 97c8f79fc73..91294547f5c 100644 --- a/include/common.h +++ b/include/common.h @@ -183,6 +183,7 @@ typedef void (interrupt_handler_t)(void *); /* * Function Prototypes */ +int dram_init(void); void hang (void) __attribute__ ((noreturn)); |