Skip to content

Commit

Permalink
config: Get rid of FAST_REBOOT_CLEARS_MEMORY
Browse files Browse the repository at this point in the history
FAST_REBOOT_CLEARS_MEMORY is a relic of the initial attempts at fast
reboot, which went away in 0279d89 ("Fast reboot for P8").

Remove it from config.h as it's misleading.

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
ajdlinux authored and stewartsmith committed Feb 26, 2019
1 parent e1c3ed8 commit 647dc4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@
*/
//#define FORCE_DUMMY_CONSOLE 1

/* Enable this to make fast reboot clear memory */
//#define FAST_REBOOT_CLEARS_MEMORY 1

/* Enable this to disable setting of the output pending event when
* sending things on the console. The FSP is very slow to consume
* and older kernels wait after each character during early boot so
Expand Down

0 comments on commit 647dc4a

Please sign in to comment.