]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add handling of CONFIG_SYS_NO_FLASH for board.c
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Mon, 7 Mar 2011 02:21:40 +0000 (11:21 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 16 Mar 2011 01:16:34 +0000 (10:16 +0900)
commit40c477082f9c31fa7922fb734859ca9fcca63646
treefa63564d664e20b3c7717de3063a3f23cd692d48
parent903de461e4519ae073b4c0e967838c220fa5e5b0
sh: Add handling of CONFIG_SYS_NO_FLASH for board.c

Some board of SH does not have flash memoy.
This revises it to initialize Flash when CONFIG_SYS_NO_FLASH is not
defined.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/sh/lib/board.c