mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00:00
ramips: fix memory detection rt5350
Signed-off-by: Felix Kaechele <felix@fetzig.org> SVN-Revision: 36568
This commit is contained in:
parent
899120ddef
commit
bd6e12d904
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user