summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-01-30 10:51:46 +0100
committerMichal Simek <michal.simek@xilinx.com>2015-02-09 15:08:48 +0100
commit0267ba5d869cdc482c0b947ef8de89ce7403ac8c (patch)
tree160cd1cf0e2bfaa9a4ed2cb8ab60e4f63b9a3383 /include/common.h
parent7f641d53bbb3a426a3bfb132d8346153e86a9d08 (diff)
downloadblackbird-obmc-uboot-0267ba5d869cdc482c0b947ef8de89ce7403ac8c.tar.gz
blackbird-obmc-uboot-0267ba5d869cdc482c0b947ef8de89ce7403ac8c.zip
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/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 97c8f79fc7..91294547f5 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));
OpenPOWER on IntegriCloud