Skip to content

Commit

Permalink
fixup memory bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sugar authored and csjamesdeng committed Oct 12, 2018
1 parent b75abf9 commit 65a9c67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/sun8iw12p1.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* modify base on juno.dts
*/

/* nobody use, just to "avoid"(not reslove) OOM problem at the begining of the physical memory address. */
/memreserve/ 0x40000000 0x00001000; /* reserve for out of memory access problem: size = 4K */

/* kernel used */
/memreserve/ 0x40020000 0x00000800; /* super standby range : [0x40020000~0x41020800], size = 2K */

Expand Down

0 comments on commit 65a9c67

Please sign in to comment.