ramips: fix memory detection rt5350

Signed-off-by: Felix Kaechele <felix@fetzig.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36568 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2013-05-06 18:23:56 +00:00
parent 3bc8d0be4a
commit 38b02b3b29
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Patchwork: http://patchwork.linux-mips.org/patch/5180/
+ break;
+ }
+
+ return ret;
+ return ret * 1024 * 1024;
+}
+
void __init ralink_clk_init(void)