summaryrefslogtreecommitdiffstats
path: root/board/tqm8xx/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/tqm8xx/flash.c')
-rw-r--r--board/tqm8xx/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqm8xx/flash.c b/board/tqm8xx/flash.c
index 6ce6235d3f..d949c2eb6b 100644
--- a/board/tqm8xx/flash.c
+++ b/board/tqm8xx/flash.c
@@ -305,7 +305,7 @@ static ulong flash_get_size (vu_long *addr, flash_info_t *info)
info->sector_count = 64;
info->size = 0x00800000; /* => 8 MB */
break;
- }
+ }
switch(addr[14]) {
case AMD_ID_LV128U_2:
if (addr[15] != AMD_ID_LV128U_3) {
OpenPOWER on IntegriCloud