aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-11-07 11:08:21 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-11-07 11:20:32 +1100
commit414d62e7d45968deb3934ba2ab40266c0c82b661 (patch)
treee8bb0de2b515bf2b1964598766351ac8898f8cf4
parentb15a51e7ed10c89fc20730ffc0084ff5b4e6a29a (diff)
downloadskiboot-414d62e7d45968deb3934ba2ab40266c0c82b661.zip
skiboot-414d62e7d45968deb3934ba2ab40266c0c82b661.tar.gz
skiboot-414d62e7d45968deb3934ba2ab40266c0c82b661.tar.bz2
Remove KERNEL_COMMAND_LINE mention from config.h
Fixes: 879caa27dd19873510f9ea58cdefb4775197abd2 Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--include/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/config.h b/include/config.h
index f6572b0..cd8a0a6 100644
--- a/include/config.h
+++ b/include/config.h
@@ -83,10 +83,5 @@
*/
#define DISABLE_CON_PENDING_EVT 1
-/* Configure this to provide some additional kernel command line
- * arguments to the bootloader
- */
-//#define KERNEL_COMMAND_LINE "debug"
-
#endif /* __CONFIG_H */