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/nds32/include/asm | |
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/nds32/include/asm')
-rw-r--r-- | arch/nds32/include/asm/u-boot-nds32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nds32/include/asm/u-boot-nds32.h b/arch/nds32/include/asm/u-boot-nds32.h index b079086..dee5f43 100644 --- a/arch/nds32/include/asm/u-boot-nds32.h +++ b/arch/nds32/include/asm/u-boot-nds32.h @@ -22,7 +22,6 @@ int cleanup_before_linux(void); /* board/.../... */ int board_init(void); -int dram_init(void); /* cpu/.../interrupt.c */ void reset_timer_masked(void); |