summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include
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 /arch/sandbox/include
parent7f641d53bbb3a426a3bfb132d8346153e86a9d08 (diff)
downloadtalos-obmc-uboot-0267ba5d869cdc482c0b947ef8de89ce7403ac8c.tar.gz
talos-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 'arch/sandbox/include')
-rw-r--r--arch/sandbox/include/asm/u-boot-sandbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sandbox/include/asm/u-boot-sandbox.h b/arch/sandbox/include/asm/u-boot-sandbox.h
index d2f1b6566d..770ab5c9cc 100644
--- a/arch/sandbox/include/asm/u-boot-sandbox.h
+++ b/arch/sandbox/include/asm/u-boot-sandbox.h
@@ -17,7 +17,6 @@
/* board/.../... */
int board_init(void);
-int dram_init(void);
/* start.c */
int sandbox_early_getopt_check(void);
OpenPOWER on IntegriCloud