linux-raspberrypi: Don't set CONFIG_CMDLINE

We force the command line at runtime via cmdline.txt anyway.

Signed-off-by: Paul Barker <pbarker@toganlabs.com>
This commit is contained in:
Paul Barker
2018-04-16 16:24:50 +00:00
committed by Andrei Gherzan
parent 66103edbb8
commit d2ead7c039
@@ -103,9 +103,6 @@ do_configure_prepend() {
kernel_configure_variable OABI_COMPAT y kernel_configure_variable OABI_COMPAT y
fi fi
# Set cmdline
kernel_configure_variable CMDLINE "\"${CMDLINE}\""
# Localversion # Localversion
kernel_configure_variable LOCALVERSION "\"\"" kernel_configure_variable LOCALVERSION "\"\""