GitHub

Original file line numberDiff line numberDiff line change

@@ -709,7 +709,6 @@ config ROMIMAGE_MMCIF

709709
710710

choice

711711

prompt "Kernel command line"

712-

optional

713712

default CMDLINE_OVERWRITE

714713

help

715714

Setting this option allows the kernel command line arguments

@@ -727,6 +726,11 @@ config CMDLINE_EXTEND

727726

Given string will be concatenated with arguments passed in

728727

by a bootloader.

729728
729+

config CMDLINE_FROM_BOOTLOADER

730+

bool "Use bootloader kernel arguments"

731+

help

732+

Uses the command-line options passed by the boot loader.

733+
730734

endchoice

731735
732736

config CMDLINE

Read the original on github.com ↗