coreboot: drop CONFIG_LINUX_COMMAND_LINE patch
This patch is no longer needed, and in fact it now ends up clobbering the command line in the FIT DTB, so we must drop it.master
parent
5572d76a08
commit
d4372b0df2
@ -1,40 +0,0 @@
|
|||||||
From 0074685d4afbb281d642eee021ace560c81181fe Mon Sep 17 00:00:00 2001
|
|
||||||
From: root <root@localhost>
|
|
||||||
Subject: [PATCH 08/22] payloads/external/linux: allow
|
|
||||||
CONFIG_LINUX_COMMAND_LINE without CONFIG_LINUX
|
|
||||||
|
|
||||||
---
|
|
||||||
payloads/external/linux/Kconfig | 13 +++++++------
|
|
||||||
1 file changed, 7 insertions(+), 6 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/payloads/external/linux/Kconfig b/payloads/external/linux/Kconfig
|
|
||||||
index 8b15f99cdc..1e11b29cb7 100644
|
|
||||||
--- a/payloads/external/linux/Kconfig
|
|
||||||
+++ b/payloads/external/linux/Kconfig
|
|
||||||
@@ -6,12 +6,6 @@ config PAYLOAD_FILE
|
|
||||||
help
|
|
||||||
The path and filename of the bzImage kernel to use as payload.
|
|
||||||
|
|
||||||
-config LINUX_COMMAND_LINE
|
|
||||||
- string "Linux command line"
|
|
||||||
- default ""
|
|
||||||
- help
|
|
||||||
- A command line to add to the Linux kernel.
|
|
||||||
-
|
|
||||||
config LINUX_INITRD
|
|
||||||
string "Linux initrd"
|
|
||||||
default ""
|
|
||||||
@@ -19,3 +13,10 @@ config LINUX_INITRD
|
|
||||||
An initrd image to add to the Linux kernel.
|
|
||||||
|
|
||||||
endif
|
|
||||||
+
|
|
||||||
+config LINUX_COMMAND_LINE
|
|
||||||
+ string "Linux command line"
|
|
||||||
+ default ""
|
|
||||||
+ help
|
|
||||||
+ A command line to add to the Linux kernel.
|
|
||||||
+
|
|
||||||
--
|
|
||||||
2.36.1
|
|
||||||
|
|
Loading…
Reference in New Issue