[Skiboot] [PATCH 2/2] config: Get rid of FAST_REBOOT_CLEARS_MEMORY
Andrew Donnellan
andrew.donnellan at au1.ibm.com
Tue Feb 26 13:22:24 AEDT 2019
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 at au1.ibm.com>
---
include/config.h | 3 ---
1 file changed, 3 deletions(-)
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
--
2.11.0
More information about the Skiboot
mailing list