diff options
Diffstat (limited to 'board/gateworks/venice/gsc.c')
-rw-r--r-- | board/gateworks/venice/gsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gateworks/venice/gsc.c b/board/gateworks/venice/gsc.c index a184ce82285..763b89b3634 100644 --- a/board/gateworks/venice/gsc.c +++ b/board/gateworks/venice/gsc.c @@ -584,7 +584,7 @@ int gsc_init(int quiet) if (ret) hang(); - return ((16 << som_info.sdram_size) / 1024); + return (16 << som_info.sdram_size); } const char *gsc_get_model(void) |