Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376838
b: refs/heads/master
c: cdfce53
h: refs/heads/master
v: v3
  • Loading branch information
John Crispin authored and Ralf Baechle committed Jun 6, 2013
1 parent 3e3d14e commit 369bfd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b741aa4067b375caa4fce41e292d2f60cf9c98a
refs/heads/master: cdfce53986a39daf039b62b69026867734d8430a
2 changes: 1 addition & 1 deletion trunk/arch/mips/ralink/of.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void __init plat_mem_setup(void)
__dt_setup_arch(&__dtb_start);

if (soc_info.mem_size)
add_memory_region(soc_info.mem_base, soc_info.mem_size,
add_memory_region(soc_info.mem_base, soc_info.mem_size * SZ_1M,
BOOT_MEM_RAM);
else
detect_memory_region(soc_info.mem_base,
Expand Down

0 comments on commit 369bfd7

Please sign in to comment.