Skip to content

Commit

Permalink
Reclaim some RAM
Browse files Browse the repository at this point in the history
Change-Id: I4a215b7995344fbf8010a58cf30162dfdb219445
Signed-off-by: Krizthian <cristianortizmorales2013@gmail.com>
  • Loading branch information
Krizthian committed Feb 26, 2016
1 parent eae7deb commit 2bb168b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/msm8226-moto-reserve.dtsi
Expand Up @@ -10,6 +10,9 @@
* GNU General Public License for more details.
*/

/* Reserve for persistent memory - kernel hard boot */
/memreserve/ 0x3e9e0000 0x70000;

/* Reserve for persistent memory - ram console */
/memreserve/ 0x3eae0000 0x20000;

Expand Down
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Expand Up @@ -757,7 +757,7 @@ config DEBUG_BUGVERBOSE
depends on BUG
depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \
FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 || TILE
default y
default n
help
Say Y here to make BUG() panics output the file name and line number
of the BUG call as well as the EIP and oops trace. This aids
Expand Down

0 comments on commit 2bb168b

Please sign in to comment.