diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-01-30 10:51:46 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-02-09 15:08:48 +0100 |
commit | 0267ba5d869cdc482c0b947ef8de89ce7403ac8c (patch) | |
tree | 160cd1cf0e2bfaa9a4ed2cb8ab60e4f63b9a3383 /arch/sandbox/include | |
parent | 7f641d53bbb3a426a3bfb132d8346153e86a9d08 (diff) | |
download | u-boot-imx-0267ba5d869cdc482c0b947ef8de89ce7403ac8c.zip u-boot-imx-0267ba5d869cdc482c0b947ef8de89ce7403ac8c.tar.gz u-boot-imx-0267ba5d869cdc482c0b947ef8de89ce7403ac8c.tar.bz2 |
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.h | 1 |
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 d2f1b65..770ab5c 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); |