Skip to content
Snippets Groups Projects
Commit 69dec0c6 authored by Oussama Ghorbel's avatar Oussama Ghorbel
Browse files

reserve the top memory with protected RAM (pram)

This is useful for kernel pstore/ramoops so that u-boot relocation
doesn't overwrite it
parent 4f8ba5a6
No related branches found
No related tags found
1 merge request!1fr#13294: add pstore console
...@@ -83,6 +83,7 @@ ...@@ -83,6 +83,7 @@
#define CONFIG_AUTO_COMPLETE #define CONFIG_AUTO_COMPLETE
#define CONFIG_CMDLINE_EDITING #define CONFIG_CMDLINE_EDITING
#define CONFIG_PRAM (0x80000 >> 10) /* in kB - protect Linux pstore from being overwritten by u-boot */
/* /*
* Serial driver * Serial driver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment