diff mbox series

[2/2] config: Get rid of FAST_REBOOT_CLEARS_MEMORY

Message ID 20190226022224.21171-2-andrew.donnellan@au1.ibm.com
State Accepted
Headers show
Series [1/2] config: Get rid of DEBUG_MALLOC | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success master/apply_patch Successfully applied
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot success Test snowpatch/job/snowpatch-skiboot on branch master

Commit Message

Andrew Donnellan Feb. 26, 2019, 2:22 a.m. UTC
FAST_REBOOT_CLEARS_MEMORY is a relic of the initial attempts at fast
reboot, which went away in 0279d8951ead ("Fast reboot for P8").

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

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
---
 include/config.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/include/config.h b/include/config.h
index e34feae9f011..438f1b0f3373 100644
--- a/include/config.h
+++ b/include/config.h
@@ -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