summaryrefslogtreecommitdiff
path: root/lib_sh/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_sh/board.c')
-rw-r--r--lib_sh/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_sh/board.c b/lib_sh/board.c
index 2fd213ba3..183110fe3 100644
--- a/lib_sh/board.c
+++ b/lib_sh/board.c
@@ -146,8 +146,8 @@ init_fnc_t *init_sequence[] =
checkboard, /* Check support board */
dram_init, /* SDRAM init */
timer_init, /* SuperH Timer (TCNT0 only) init */
- sh_flash_init, /* Flash memory(NOR) init*/
sh_mem_env_init,
+ sh_flash_init, /* Flash memory(NOR) init*/
INIT_FUNC_NAND_INIT/* Flash memory (NAND) init */
INIT_FUNC_PCI_INIT /* PCI init */
devices_init,