summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd.eu>2011-11-24 16:39:18 +0100
committerMarek Vasut <marek.vasut@gmail.com>2011-12-02 10:56:21 +0100
commitbbb1fe462cfbd248656553c082135738d8646239 (patch)
treeab962dc36349a04351cb053341c8bcde41d9caca /board
parent7c9543f3ae61a25cc70eceeebb3860d17cce0277 (diff)
downloadblackbird-obmc-uboot-bbb1fe462cfbd248656553c082135738d8646239.tar.gz
blackbird-obmc-uboot-bbb1fe462cfbd248656553c082135738d8646239.zip
board/esd/dasa_sim/flash.c: Fix GCC 4.6 warning
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'board')
-rw-r--r--board/esd/dasa_sim/flash.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/esd/dasa_sim/flash.c b/board/esd/dasa_sim/flash.c
index d6a7737975..e2f2aac7dc 100644
--- a/board/esd/dasa_sim/flash.c
+++ b/board/esd/dasa_sim/flash.c
@@ -44,7 +44,6 @@ unsigned long flash_init (void)
{
unsigned long size_b0;
int i;
- unsigned long base_b0;
/* Init: no FLASHes known */
for (i=0; i<CONFIG_SYS_MAX_FLASH_BANKS; ++i) {
@@ -63,8 +62,6 @@ unsigned long flash_init (void)
/* Setup offsets */
flash_get_offsets (-size_b0, &flash_info[0]);
- base_b0 = -size_b0;
-
/* Monitor protection ON by default */
(void)flash_protect(FLAG_PROTECT_SET,
-monitor_flash_len,
OpenPOWER on IntegriCloud